#AE9045

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

Shades of Turmeric #AE9045

Tints of Turmeric #AE9045

Color information

#AE9045 (or 0xAE9045) is unknown color: approx Turmeric. HEX triplet: AE, 90 and 45. RGB value is (174,144,69). Sum of RGB (Red+Green+Blue) = 174+144+69=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9045 is #516FBA. Grayscale: #909090. Windows color (decimal): -5337019 or 4559022. OLE color: 4559022.

HSL color Cylindrical-coordinate representation of color #AE9045: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9045 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17414469-
CMYK00.170.600.32
HSL42.86º43.21%47.65%-
HSV(B)42.86º60.34%68.24%-
XYZ28.529.379.8-
YUV144.4285.44149.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=44.96%
G=37.21%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741446900.170.600.3242.8643.2147.65
HexAE90450113C202b2b30
Octal2562201050217440535360
Binary10101110100100001000101010001111100100000101011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9045; }

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

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

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

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

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

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

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

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