#AE9841

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

Shades of Turmeric #AE9841

Tints of Turmeric #AE9841

Color information

#AE9841 (or 0xAE9841) is unknown color: approx Turmeric. HEX triplet: AE, 98 and 41. RGB value is (174,152,65). Sum of RGB (Red+Green+Blue) = 174+152+65=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9841 is #5167BE. Grayscale: #959595. Windows color (decimal): -5334975 or 4298926. OLE color: 4298926.

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

Color convert

RGB17415265-
CMYK00.130.630.32
HSL47.89º45.61%46.86%-
HSV(B)47.89º62.64%68.24%-
XYZ29.6431.849.58-
YUV148.6680.79146.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=44.50%
G=38.87%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741526500.130.630.3247.8945.6146.86
HexAE98410D3F20302e2f
Octal2562301010157740605657
Binary1010111010011000100000101101111111100000110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9841; }

 p { color: rgb(174,152,65); }

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

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

 a { background-color: rgb(174,152,65); }

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

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

 span { border-color: rgb(174,152,65); }

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