#AA8955

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

Shades of Teak #AA8955

Tints of Teak #AA8955

Color information

#AA8955 (or 0xAA8955) is unknown color: approx Teak. HEX triplet: AA, 89 and 55. RGB value is (170,137,85). Sum of RGB (Red+Green+Blue) = 170+137+85=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8955 is #5576AA. Grayscale: #8D8D8D. Windows color (decimal): -5600939 or 5605802. OLE color: 5605802.

HSL color Cylindrical-coordinate representation of color #AA8955: hue angle of 36.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA8955 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17013785-
CMYK00.190.500.33
HSL36.71º33.33%50%-
HSV(B)36.71º50%66.67%-
XYZ27.1627.0912.39-
YUV140.9496.43148.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=43.37%
G=34.95%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701378500.190.500.3336.7133.3350
HexAA89550133221252132
Octal2522111250236241454162
Binary10101010100010011010101010011110010100001100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8955; }

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

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

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

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

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

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

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

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