#AA8D5E

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

Shades of Teak #AA8D5E

Tints of Teak #AA8D5E

Color information

#AA8D5E (or 0xAA8D5E) is unknown color: approx Teak. HEX triplet: AA, 8D and 5E. RGB value is (170,141,94). Sum of RGB (Red+Green+Blue) = 170+141+94=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D5E is #5572A1. Grayscale: #909090. Windows color (decimal): -5599906 or 6196650. OLE color: 6196650.

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

Color convert

RGB17014194-
CMYK00.170.450.33
HSL37.11º30.89%51.76%-
HSV(B)37.11º44.71%66.67%-
XYZ28.1228.414.59-
YUV144.3199.61146.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=41.98%
G=34.81%
B=23.21%

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
Decimal1701419400.170.450.3337.1130.8951.76
HexAA8D5E0112D21251f34
Octal2522151360215541453764
Binary1010101010001101101111001000110110110000110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D5E; }

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

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

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

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

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

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

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

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