#AE9041

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

Shades of Turmeric #AE9041

Tints of Turmeric #AE9041

Color information

#AE9041 (or 0xAE9041) is unknown color: approx Turmeric. HEX triplet: AE, 90 and 41. RGB value is (174,144,65). Sum of RGB (Red+Green+Blue) = 174+144+65=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9041 is #516FBE. Grayscale: #909090. Windows color (decimal): -5337023 or 4296878. OLE color: 4296878.

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

Color convert

RGB17414465-
CMYK00.170.630.32
HSL43.49º45.61%46.86%-
HSV(B)43.49º62.64%68.24%-
XYZ28.3829.339.17-
YUV143.9683.44149.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=45.43%
G=37.60%
B=16.97%

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
Decimal1741446500.170.630.3243.4945.6146.86
HexAE90410113F202b2e2f
Octal2562201010217740535657
Binary10101110100100001000001010001111111100000101011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9041; }

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

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

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

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

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

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

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

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