#AA8E57

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

Shades of Teak #AA8E57

Tints of Teak #AA8E57

Color information

#AA8E57 (or 0xAA8E57) is unknown color: approx Teak. HEX triplet: AA, 8E and 57. RGB value is (170,142,87). Sum of RGB (Red+Green+Blue) = 170+142+87=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E57 is #5571A8. Grayscale: #909090. Windows color (decimal): -5599657 or 5738154. OLE color: 5738154.

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

Color convert

RGB17014287-
CMYK00.160.490.33
HSL39.76º32.81%50.39%-
HSV(B)39.76º48.82%66.67%-
XYZ27.9728.5813.06-
YUV144.195.78146.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=42.61%
G=35.59%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701428700.160.490.3339.7632.8150.39
HexAA8E570103121282132
Octal2522161270206141504162
Binary10101010100011101010111010000110001100001101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E57; }

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

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

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

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

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

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

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

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