#AE9245

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

Shades of Turmeric #AE9245

Tints of Turmeric #AE9245

Color information

#AE9245 (or 0xAE9245) is unknown color: approx Turmeric. HEX triplet: AE, 92 and 45. RGB value is (174,146,69). Sum of RGB (Red+Green+Blue) = 174+146+69=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9245 is #516DBA. Grayscale: #919191. Windows color (decimal): -5336507 or 4559534. OLE color: 4559534.

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

Color convert

RGB17414669-
CMYK00.160.600.32
HSL44º43.21%47.65%-
HSV(B)44º60.34%68.24%-
XYZ28.8129.999.9-
YUV145.5984.78148.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=44.73%
G=37.53%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741466900.160.600.324443.2147.65
HexAE92450103C202c2b30
Octal2562221050207440545360
Binary10101110100100101000101010000111100100000101100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9245; }

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

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

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

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

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

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

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

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