#AA8D5D

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

Shades of Teak #AA8D5D

Tints of Teak #AA8D5D

Color information

#AA8D5D (or 0xAA8D5D) is unknown color: approx Teak. HEX triplet: AA, 8D and 5D. RGB value is (170,141,93). Sum of RGB (Red+Green+Blue) = 170+141+93=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D5D is #5572A2. Grayscale: #909090. Windows color (decimal): -5599907 or 6131114. OLE color: 6131114.

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

Color convert

RGB17014193-
CMYK00.170.450.33
HSL37.4º31.17%51.57%-
HSV(B)37.4º45.29%66.67%-
XYZ28.0828.3914.36-
YUV144.299.11146.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=42.08%
G=34.90%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701419300.170.450.3337.431.1751.57
HexAA8D5D0112D21251f34
Octal2522151350215541453764
Binary1010101010001101101110101000110110110000110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D5D; }

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

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

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

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

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

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

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

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