#AA8759

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

Shades of Teak #AA8759

Tints of Teak #AA8759

Color information

#AA8759 (or 0xAA8759) is unknown color: approx Teak. HEX triplet: AA, 87 and 59. RGB value is (170,135,89). Sum of RGB (Red+Green+Blue) = 170+135+89=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8759 is #5578A6. Grayscale: #8C8C8C. Windows color (decimal): -5601447 or 5867434. OLE color: 5867434.

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

Color convert

RGB17013589-
CMYK00.210.480.33
HSL34.07º32.27%50.78%-
HSV(B)34.07º47.65%66.67%-
XYZ27.0426.613.16-
YUV140.2299.1149.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=43.15%
G=34.26%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701358900.210.480.3334.0732.2750.78
HexAA87590153021222033
Octal2522071310256041424063
Binary10101010100001111011001010101110000100001100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8759; }

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

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

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

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

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

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

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

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