#AA8457

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

Shades of Teak #AA8457

Tints of Teak #AA8457

Color information

#AA8457 (or 0xAA8457) is unknown color: approx Teak. HEX triplet: AA, 84 and 57. RGB value is (170,132,87). Sum of RGB (Red+Green+Blue) = 170+132+87=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8457 is #557BA8. Grayscale: #8A8A8A. Windows color (decimal): -5602217 or 5735594. OLE color: 5735594.

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

Color convert

RGB17013287-
CMYK00.220.490.33
HSL32.53º32.81%50.39%-
HSV(B)32.53º48.82%66.67%-
XYZ26.5525.7412.59-
YUV138.2399.09150.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=43.70%
G=33.93%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701328700.220.490.3332.5332.8150.39
HexAA84570163121212132
Octal2522041270266141414162
Binary10101010100001001010111010110110001100001100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8457; }

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

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

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

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

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

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

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

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