#AA8F59

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

Shades of Teak #AA8F59

Tints of Teak #AA8F59

Color information

#AA8F59 (or 0xAA8F59) is unknown color: approx Teak. HEX triplet: AA, 8F and 59. RGB value is (170,143,89). Sum of RGB (Red+Green+Blue) = 170+143+89=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F59 is #5570A6. Grayscale: #919191. Windows color (decimal): -5599399 or 5869482. OLE color: 5869482.

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

Color convert

RGB17014389-
CMYK00.160.480.33
HSL40º32.27%50.78%-
HSV(B)40º47.65%66.67%-
XYZ28.228.9113.55-
YUV144.9296.45145.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=42.29%
G=35.57%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701438900.160.480.334032.2750.78
HexAA8F590103021282033
Octal2522171310206041504063
Binary10101010100011111011001010000110000100001101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F59; }

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

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

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

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

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

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

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

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