#AA9740

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

Shades of Turmeric #AA9740

Tints of Turmeric #AA9740

Color information

#AA9740 (or 0xAA9740) is unknown color: approx Turmeric. HEX triplet: AA, 97 and 40. RGB value is (170,151,64). Sum of RGB (Red+Green+Blue) = 170+151+64=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9740 is #5568BF. Grayscale: #939393. Windows color (decimal): -5597376 or 4233130. OLE color: 4233130.

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

Color convert

RGB17015164-
CMYK00.110.620.33
HSL49.25º45.3%45.88%-
HSV(B)49.25º62.35%66.67%-
XYZ28.5731.059.34-
YUV146.7681.29144.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=44.16%
G=39.22%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701516400.110.620.3349.2545.345.88
HexAA97400B3E21312d2e
Octal2522271000137641615556
Binary1010101010010111100000001011111110100001110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9740; }

 p { color: rgb(170,151,64); }

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

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

 a { background-color: rgb(170,151,64); }

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

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

 span { border-color: rgb(170,151,64); }

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