#AA8854

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

Shades of Teak #AA8854

Tints of Teak #AA8854

Color information

#AA8854 (or 0xAA8854) is unknown color: approx Teak. HEX triplet: AA, 88 and 54. RGB value is (170,136,84). Sum of RGB (Red+Green+Blue) = 170+136+84=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8854 is #5577AB. Grayscale: #8C8C8C. Windows color (decimal): -5601196 or 5540010. OLE color: 5540010.

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

Color convert

RGB17013684-
CMYK00.200.510.33
HSL36.28º33.86%49.8%-
HSV(B)36.28º50.59%66.67%-
XYZ26.9826.7912.14-
YUV140.2496.26149.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=43.59%
G=34.87%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701368400.200.510.3336.2833.8649.8
HexAA88540143321242232
Octal2522101240246341444262
Binary10101010100010001010100010100110011100001100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8854; }

 p { color: rgb(170,136,84); }

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

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

 a { background-color: rgb(170,136,84); }

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

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

 span { border-color: rgb(170,136,84); }

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