#AA8F55

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

Shades of Teak #AA8F55

Tints of Teak #AA8F55

Color information

#AA8F55 (or 0xAA8F55) is unknown color: approx Teak. HEX triplet: AA, 8F and 55. RGB value is (170,143,85). Sum of RGB (Red+Green+Blue) = 170+143+85=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F55 is #5570AA. Grayscale: #909090. Windows color (decimal): -5599403 or 5607338. OLE color: 5607338.

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

Color convert

RGB17014385-
CMYK00.160.500.33
HSL40.94º33.33%50%-
HSV(B)40.94º50%66.67%-
XYZ28.0428.8512.68-
YUV144.4694.45146.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=42.71%
G=35.93%
B=21.36%

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
Decimal1701438500.160.500.3340.9433.3350
HexAA8F550103221292132
Octal2522171250206241514162
Binary10101010100011111010101010000110010100001101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F55; }

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

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

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

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

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

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

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

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