#AA8E4A

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

Shades of Turmeric #AA8E4A

Tints of Turmeric #AA8E4A

Color information

#AA8E4A (or 0xAA8E4A) is unknown color: approx Turmeric. HEX triplet: AA, 8E and 4A. RGB value is (170,142,74). Sum of RGB (Red+Green+Blue) = 170+142+74=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E4A is #5571B5. Grayscale: #8E8E8E. Windows color (decimal): -5599670 or 4886186. OLE color: 4886186.

HSL color Cylindrical-coordinate representation of color #AA8E4A: hue angle of 42.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA8E4A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17014274-
CMYK00.160.560.33
HSL42.5º39.34%47.84%-
HSV(B)42.5º56.47%66.67%-
XYZ27.4928.3910.51-
YUV142.6289.28147.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=44.04%
G=36.79%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701427400.160.560.3342.539.3447.84
HexAA8E4A01038212b2730
Octal2522161120207041534760
Binary10101010100011101001010010000111000100001101011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E4A; }

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

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

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

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

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

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

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

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