#AA8459

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

Shades of Teak #AA8459

Tints of Teak #AA8459

Color information

#AA8459 (or 0xAA8459) is unknown color: approx Teak. HEX triplet: AA, 84 and 59. RGB value is (170,132,89). Sum of RGB (Red+Green+Blue) = 170+132+89=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8459 is #557BA6. Grayscale: #8A8A8A. Windows color (decimal): -5602215 or 5866666. OLE color: 5866666.

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

Color convert

RGB17013289-
CMYK00.220.480.33
HSL31.85º32.27%50.78%-
HSV(B)31.85º47.65%66.67%-
XYZ26.6325.7713.02-
YUV138.46100.09150.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=43.48%
G=33.76%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701328900.220.480.3331.8532.2750.78
HexAA84590163021202033
Octal2522041310266041404063
Binary10101010100001001011001010110110000100001100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8459; }

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

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

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

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

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

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

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

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