#aa9142

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

Shades of Turmeric #AA9142

Tints of Turmeric #AA9142

Color information

#AA9142 (or 0xAA9142) is unknown color: approx Turmeric. HEX triplet: AA, 91 and 42. RGB value is (170,145,66). Sum of RGB (Red+Green+Blue) = 170+145+66=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9142 is #556EBD. Grayscale: #8F8F8F. Windows color (decimal): -5598910 or 4362666. OLE color: 4362666.

HSL color Cylindrical-coordinate representation of color #AA9142: hue angle of 45.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA9142 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17014566-
CMYK00.150.610.33
HSL45.58º44.07%46.27%-
HSV(B)45.58º61.18%66.67%-
XYZ27.6929.199.33-
YUV143.4784.28146.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=44.62%
G=38.06%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701456600.150.610.3345.5844.0746.27
HexAA91420F3D212e2c2e
Octal2522211020177541565456
Binary1010101010010001100001001111111101100001101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9142; }

 p { color: rgb(170,145,66); }

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

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

 a { background-color: rgb(170,145,66); }

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

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

 span { border-color: rgb(170,145,66); }

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