#AA8D5C

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

Shades of Teak #AA8D5C

Tints of Teak #AA8D5C

Color information

#AA8D5C (or 0xAA8D5C) is unknown color: approx Teak. HEX triplet: AA, 8D and 5C. RGB value is (170,141,92). Sum of RGB (Red+Green+Blue) = 170+141+92=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D5C is #5572A3. Grayscale: #909090. Windows color (decimal): -5599908 or 6065578. OLE color: 6065578.

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

Color convert

RGB17014192-
CMYK00.170.460.33
HSL37.69º31.45%51.37%-
HSV(B)37.69º45.88%66.67%-
XYZ28.0328.3714.12-
YUV144.0898.61146.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=42.18%
G=34.99%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701419200.170.460.3337.6931.4551.37
HexAA8D5C0112E21261f33
Octal2522151340215641463763
Binary1010101010001101101110001000110111010000110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D5C; }

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

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

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

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

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

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

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

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