#AA8559

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

Shades of Teak #AA8559

Tints of Teak #AA8559

Color information

#AA8559 (or 0xAA8559) is unknown color: approx Teak. HEX triplet: AA, 85 and 59. RGB value is (170,133,89). Sum of RGB (Red+Green+Blue) = 170+133+89=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8559 is #557AA6. Grayscale: #8B8B8B. Windows color (decimal): -5601959 or 5866922. OLE color: 5866922.

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

Color convert

RGB17013389-
CMYK00.220.480.33
HSL32.59º32.27%50.78%-
HSV(B)32.59º47.65%66.67%-
XYZ26.7726.0413.07-
YUV139.0599.76150.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=43.37%
G=33.93%
B=22.70%

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
Decimal1701338900.220.480.3332.5932.2750.78
HexAA85590163021212033
Octal2522051310266041414063
Binary10101010100001011011001010110110000100001100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8559; }

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

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

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

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

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

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

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

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