#AA9047

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

Shades of Turmeric #AA9047

Tints of Turmeric #AA9047

Color information

#AA9047 (or 0xAA9047) is unknown color: approx Turmeric. HEX triplet: AA, 90 and 47. RGB value is (170,144,71). Sum of RGB (Red+Green+Blue) = 170+144+71=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9047 is #556FB8. Grayscale: #8F8F8F. Windows color (decimal): -5599161 or 4690090. OLE color: 4690090.

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

Color convert

RGB17014471-
CMYK00.150.580.33
HSL44.24º41.08%47.25%-
HSV(B)44.24º58.24%66.67%-
XYZ27.6928.9510.09-
YUV143.4587.11146.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=44.16%
G=37.40%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701447100.150.580.3344.2441.0847.25
HexAA90470F3A212c292f
Octal2522201070177241545157
Binary1010101010010000100011101111111010100001101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9047; }

 p { color: rgb(170,144,71); }

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

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

 a { background-color: rgb(170,144,71); }

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

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

 span { border-color: rgb(170,144,71); }

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