#AA875C

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

Shades of Teak #AA875C

Tints of Teak #AA875C

Color information

#AA875C (or 0xAA875C) is unknown color: approx Teak. HEX triplet: AA, 87 and 5C. RGB value is (170,135,92). Sum of RGB (Red+Green+Blue) = 170+135+92=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA875C is #5578A3. Grayscale: #8C8C8C. Windows color (decimal): -5601444 or 6064042. OLE color: 6064042.

HSL color Cylindrical-coordinate representation of color #AA875C: hue angle of 33.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA875C is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17013592-
CMYK00.210.460.33
HSL33.08º31.45%51.37%-
HSV(B)33.08º45.88%66.67%-
XYZ27.1726.6513.84-
YUV140.56100.6149-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=42.82%
G=34.01%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701359200.210.460.3333.0831.4551.37
HexAA875C0152E21211f33
Octal2522071340255641413763
Binary1010101010000111101110001010110111010000110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA875C; }

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

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

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

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

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

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

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

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