#AA8E47

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

Shades of Turmeric #AA8E47

Tints of Turmeric #AA8E47

Color information

#AA8E47 (or 0xAA8E47) is unknown color: approx Turmeric. HEX triplet: AA, 8E and 47. RGB value is (170,142,71). Sum of RGB (Red+Green+Blue) = 170+142+71=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E47 is #5571B8. Grayscale: #8E8E8E. Windows color (decimal): -5599673 or 4689578. OLE color: 4689578.

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

Color convert

RGB17014271-
CMYK00.160.580.33
HSL43.03º41.08%47.25%-
HSV(B)43.03º58.24%66.67%-
XYZ27.3928.359.99-
YUV142.2887.78147.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=44.39%
G=37.08%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701427100.160.580.3343.0341.0847.25
HexAA8E470103A212b292f
Octal2522161070207241535157
Binary10101010100011101000111010000111010100001101011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E47; }

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

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

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

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

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

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

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

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