#AA8657

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

Shades of Teak #AA8657

Tints of Teak #AA8657

Color information

#AA8657 (or 0xAA8657) is unknown color: approx Teak. HEX triplet: AA, 86 and 57. RGB value is (170,134,87). Sum of RGB (Red+Green+Blue) = 170+134+87=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8657 is #5579A8. Grayscale: #8B8B8B. Windows color (decimal): -5601705 or 5736106. OLE color: 5736106.

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

Color convert

RGB17013487-
CMYK00.210.490.33
HSL33.98º32.81%50.39%-
HSV(B)33.98º48.82%66.67%-
XYZ26.8226.2812.68-
YUV139.4198.43149.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=43.48%
G=34.27%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701348700.210.490.3333.9832.8150.39
HexAA86570153121222132
Octal2522061270256141424162
Binary10101010100001101010111010101110001100001100010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8657; }

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

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

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

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

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

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

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

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