#AA8959

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

Shades of Teak #AA8959

Tints of Teak #AA8959

Color information

#AA8959 (or 0xAA8959) is unknown color: approx Teak. HEX triplet: AA, 89 and 59. RGB value is (170,137,89). Sum of RGB (Red+Green+Blue) = 170+137+89=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8959 is #5576A6. Grayscale: #8D8D8D. Windows color (decimal): -5600935 or 5867946. OLE color: 5867946.

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

Color convert

RGB17013789-
CMYK00.190.480.33
HSL35.56º32.27%50.78%-
HSV(B)35.56º47.65%66.67%-
XYZ27.3327.1613.25-
YUV141.3998.43148.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=42.93%
G=34.60%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701378900.190.480.3335.5632.2750.78
HexAA89590133021242033
Octal2522111310236041444063
Binary10101010100010011011001010011110000100001100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8959; }

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

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

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

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

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

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

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

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