#AA8D47

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

Shades of Turmeric #AA8D47

Tints of Turmeric #AA8D47

Color information

#AA8D47 (or 0xAA8D47) is unknown color: approx Turmeric. HEX triplet: AA, 8D and 47. RGB value is (170,141,71). Sum of RGB (Red+Green+Blue) = 170+141+71=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D47 is #5572B8. Grayscale: #8E8E8E. Windows color (decimal): -5599929 or 4689322. OLE color: 4689322.

HSL color Cylindrical-coordinate representation of color #AA8D47: hue angle of 42.42º 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 #AA8D47 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17014171-
CMYK00.170.580.33
HSL42.42º41.08%47.25%-
HSV(B)42.42º58.24%66.67%-
XYZ27.2428.059.94-
YUV141.6988.11148.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=44.50%
G=36.91%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701417100.170.580.3342.4241.0847.25
HexAA8D470113A212a292f
Octal2522151070217241525157
Binary10101010100011011000111010001111010100001101010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D47; }

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

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

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

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

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

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

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

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