#AA8E56

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

Shades of Teak #AA8E56

Tints of Teak #AA8E56

Color information

#AA8E56 (or 0xAA8E56) is unknown color: approx Teak. HEX triplet: AA, 8E and 56. RGB value is (170,142,86). Sum of RGB (Red+Green+Blue) = 170+142+86=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E56 is #5571A9. Grayscale: #909090. Windows color (decimal): -5599658 or 5672618. OLE color: 5672618.

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

Color convert

RGB17014286-
CMYK00.160.490.33
HSL40º33.07%50.2%-
HSV(B)40º49.41%66.67%-
XYZ27.9328.5612.85-
YUV143.9995.28146.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=42.71%
G=35.68%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701428600.160.490.334033.0750.2
HexAA8E560103121282132
Octal2522161260206141504162
Binary10101010100011101010110010000110001100001101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E56; }

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

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

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

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

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

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

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

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