#AA875B

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

Shades of Teak #AA875B

Tints of Teak #AA875B

Color information

#AA875B (or 0xAA875B) is unknown color: approx Teak. HEX triplet: AA, 87 and 5B. RGB value is (170,135,91). Sum of RGB (Red+Green+Blue) = 170+135+91=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA875B is #5578A4. Grayscale: #8C8C8C. Windows color (decimal): -5601445 or 5998506. OLE color: 5998506.

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

Color convert

RGB17013591-
CMYK00.210.460.33
HSL33.42º31.73%51.18%-
HSV(B)33.42º46.47%66.67%-
XYZ27.1326.6313.61-
YUV140.45100.1149.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=42.93%
G=34.09%
B=22.98%

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
Decimal1701359100.210.460.3333.4231.7351.18
HexAA875B0152E21212033
Octal2522071330255641414063
Binary10101010100001111011011010101101110100001100001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA875B; }

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

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

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

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

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

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

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

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