#AA8B57

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

Shades of Teak #AA8B57

Tints of Teak #AA8B57

Color information

#AA8B57 (or 0xAA8B57) is unknown color: approx Teak. HEX triplet: AA, 8B and 57. RGB value is (170,139,87). Sum of RGB (Red+Green+Blue) = 170+139+87=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B57 is #5574A8. Grayscale: #8E8E8E. Windows color (decimal): -5600425 or 5737386. OLE color: 5737386.

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

Color convert

RGB17013987-
CMYK00.180.490.33
HSL37.59º32.81%50.39%-
HSV(B)37.59º48.82%66.67%-
XYZ27.5327.712.91-
YUV142.3496.77147.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=42.93%
G=35.10%
B=21.97%

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
Decimal1701398700.180.490.3337.5932.8150.39
HexAA8B570123121262132
Octal2522131270226141464162
Binary10101010100010111010111010010110001100001100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B57; }

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

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

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

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

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

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

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

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