#AA8E55

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

Shades of Teak #AA8E55

Tints of Teak #AA8E55

Color information

#AA8E55 (or 0xAA8E55) is unknown color: approx Teak. HEX triplet: AA, 8E and 55. RGB value is (170,142,85). Sum of RGB (Red+Green+Blue) = 170+142+85=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E55 is #5571AA. Grayscale: #909090. Windows color (decimal): -5599659 or 5607082. OLE color: 5607082.

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

Color convert

RGB17014285-
CMYK00.160.500.33
HSL40.24º33.33%50%-
HSV(B)40.24º50%66.67%-
XYZ27.8928.5512.63-
YUV143.8794.78146.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=42.82%
G=35.77%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701428500.160.500.3340.2433.3350
HexAA8E550103221282132
Octal2522161250206241504162
Binary10101010100011101010101010000110010100001101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E55; }

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

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

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

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

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

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

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

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