#AA8E51

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

Shades of Teak #AA8E51

Tints of Teak #AA8E51

Color information

#AA8E51 (or 0xAA8E51) is unknown color: approx Teak. HEX triplet: AA, 8E and 51. RGB value is (170,142,81). Sum of RGB (Red+Green+Blue) = 170+142+81=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E51 is #5571AE. Grayscale: #8F8F8F. Windows color (decimal): -5599663 or 5344938. OLE color: 5344938.

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

Color convert

RGB17014281-
CMYK00.160.520.33
HSL41.12º35.46%49.22%-
HSV(B)41.12º52.35%66.67%-
XYZ27.7428.4911.82-
YUV143.4292.78146.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=43.26%
G=36.13%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701428100.160.520.3341.1235.4649.22
HexAA8E510103421292331
Octal2522161210206441514361
Binary10101010100011101010001010000110100100001101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E51; }

 p { color: rgb(170,142,81); }

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

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

 a { background-color: rgb(170,142,81); }

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

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

 span { border-color: rgb(170,142,81); }

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