#AA8C57

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

Shades of Teak #AA8C57

Tints of Teak #AA8C57

Color information

#AA8C57 (or 0xAA8C57) is unknown color: approx Teak. HEX triplet: AA, 8C and 57. RGB value is (170,140,87). Sum of RGB (Red+Green+Blue) = 170+140+87=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C57 is #5573A8. Grayscale: #8F8F8F. Windows color (decimal): -5600169 or 5737642. OLE color: 5737642.

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

Color convert

RGB17014087-
CMYK00.180.490.33
HSL38.31º32.81%50.39%-
HSV(B)38.31º48.82%66.67%-
XYZ27.6827.9912.96-
YUV142.9396.44147.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=42.82%
G=35.26%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701408700.180.490.3338.3132.8150.39
HexAA8C570123121262132
Octal2522141270226141464162
Binary10101010100011001010111010010110001100001100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C57; }

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

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

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

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

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

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

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

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