#AE993D

Color #AE993D Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #AE993D

Tints of Turmeric #AE993D

Color information

#AE993D (or 0xAE993D) is unknown color: approx Turmeric. HEX triplet: AE, 99 and 3D. RGB value is (174,153,61). Sum of RGB (Red+Green+Blue) = 174+153+61=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE993D is #5166C2. Grayscale: #959595. Windows color (decimal): -5334723 or 4037038. OLE color: 4037038.

HSL color Cylindrical-coordinate representation of color #AE993D: hue angle of 48.85º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE993D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB17415361-
CMYK00.120.650.32
HSL48.85º48.09%46.08%-
HSV(B)48.85º64.94%68.24%-
XYZ29.6932.129.05-
YUV148.7978.46145.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 61 (24.22% from 255) = 15.72%
R=44.85%
G=39.43%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741536100.120.650.3248.8548.0946.08
HexAE993D0C412031302e
Octal2562317501410140616056
Binary1010111010011001111101011001000001100000110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE993D; }

 p { color: rgb(174,153,61); }

 H1.HeaderClassName
 {
   color: #AE993D;
 }
 .AnyTagClassName
 {
   color: #AE993D;
 }
</style>
background-color css

<style>
 a { background-color: #AE993D; }

 a { background-color: rgb(174,153,61); }

 div.DivClassName
 {
   background-color: #AE993D;
 }
 .BgClassName
 {
   background-color: #AE993D;
 }
</style>
border-color css

<style>
 span { border-color: #AE993D; }

 span { border-color: rgb(174,153,61); }

 td.TdClassName
 {
   border-color: #AE993D;
 }
 .TagClassName
 {
   border-color: #AE993D;
 }
</style>