#AE8E41

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

Shades of Turmeric #AE8E41

Tints of Turmeric #AE8E41

Color information

#AE8E41 (or 0xAE8E41) is unknown color: approx Turmeric. HEX triplet: AE, 8E and 41. RGB value is (174,142,65). Sum of RGB (Red+Green+Blue) = 174+142+65=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E41 is #5171BE. Grayscale: #8F8F8F. Windows color (decimal): -5337535 or 4296366. OLE color: 4296366.

HSL color Cylindrical-coordinate representation of color #AE8E41: hue angle of 42.39º 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 #AE8E41 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17414265-
CMYK00.180.630.32
HSL42.39º45.61%46.86%-
HSV(B)42.39º62.64%68.24%-
XYZ28.0828.739.07-
YUV142.7984.1150.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=45.67%
G=37.27%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741426500.180.630.3242.3945.6146.86
HexAE8E410123F202a2e2f
Octal2562161010227740525657
Binary10101110100011101000001010010111111100000101010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E41; }

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

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

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

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

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

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

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

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