#AA8D54

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

Shades of Teak #AA8D54

Tints of Teak #AA8D54

Color information

#AA8D54 (or 0xAA8D54) is unknown color: approx Teak. HEX triplet: AA, 8D and 54. RGB value is (170,141,84). Sum of RGB (Red+Green+Blue) = 170+141+84=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D54 is #5572AB. Grayscale: #8F8F8F. Windows color (decimal): -5599916 or 5541290. OLE color: 5541290.

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

Color convert

RGB17014184-
CMYK00.170.510.33
HSL39.77º33.86%49.8%-
HSV(B)39.77º50.59%66.67%-
XYZ27.728.2412.38-
YUV143.1794.61147.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=43.04%
G=35.70%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701418400.170.510.3339.7733.8649.8
HexAA8D540113321282232
Octal2522151240216341504262
Binary10101010100011011010100010001110011100001101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D54; }

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

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

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

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

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

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

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

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