#AE9040

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

Shades of Turmeric #AE9040

Tints of Turmeric #AE9040

Color information

#AE9040 (or 0xAE9040) is unknown color: approx Turmeric. HEX triplet: AE, 90 and 40. RGB value is (174,144,64). Sum of RGB (Red+Green+Blue) = 174+144+64=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9040 is #516FBF. Grayscale: #909090. Windows color (decimal): -5337024 or 4231342. OLE color: 4231342.

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

Color convert

RGB17414464-
CMYK00.170.630.32
HSL43.64º46.22%46.67%-
HSV(B)43.64º63.22%68.24%-
XYZ28.3529.329.01-
YUV143.8582.94149.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=45.55%
G=37.70%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741446400.170.630.3243.6446.2246.67
HexAE90400113F202c2e2f
Octal2562201000217740545657
Binary10101110100100001000000010001111111100000101100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9040; }

 p { color: rgb(174,144,64); }

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

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

 a { background-color: rgb(174,144,64); }

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

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

 span { border-color: rgb(174,144,64); }

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