#AA9245

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

Shades of Turmeric #AA9245

Tints of Turmeric #AA9245

Color information

#AA9245 (or 0xAA9245) is unknown color: approx Turmeric. HEX triplet: AA, 92 and 45. RGB value is (170,146,69). Sum of RGB (Red+Green+Blue) = 170+146+69=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9245 is #556DBA. Grayscale: #909090. Windows color (decimal): -5598651 or 4559530. OLE color: 4559530.

HSL color Cylindrical-coordinate representation of color #AA9245: hue angle of 45.74º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA9245 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB17014669-
CMYK00.140.590.33
HSL45.74º42.26%46.86%-
HSV(B)45.74º59.41%66.67%-
XYZ27.9329.539.86-
YUV144.485.45146.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=44.16%
G=37.92%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701466900.140.590.3345.7442.2646.86
HexAA92450E3B212e2a2f
Octal2522221050167341565257
Binary1010101010010010100010101110111011100001101110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9245; }

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

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

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

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

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

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

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

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