#AA8757

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

Shades of Teak #AA8757

Tints of Teak #AA8757

Color information

#AA8757 (or 0xAA8757) is unknown color: approx Teak. HEX triplet: AA, 87 and 57. RGB value is (170,135,87). Sum of RGB (Red+Green+Blue) = 170+135+87=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8757 is #5578A8. Grayscale: #8C8C8C. Windows color (decimal): -5601449 or 5736362. OLE color: 5736362.

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

Color convert

RGB17013587-
CMYK00.210.490.33
HSL34.7º32.81%50.39%-
HSV(B)34.7º48.82%66.67%-
XYZ26.9626.5612.72-
YUV139.9998.1149.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=43.37%
G=34.44%
B=22.19%

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
Decimal1701358700.210.490.3334.732.8150.39
HexAA87570153121232132
Octal2522071270256141434162
Binary10101010100001111010111010101110001100001100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8757; }

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

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

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

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

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

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

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

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