#AA875D

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

Shades of Teak #AA875D

Tints of Teak #AA875D

Color information

#AA875D (or 0xAA875D) is unknown color: approx Teak. HEX triplet: AA, 87 and 5D. RGB value is (170,135,93). Sum of RGB (Red+Green+Blue) = 170+135+93=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA875D is #5578A2. Grayscale: #8C8C8C. Windows color (decimal): -5601443 or 6129578. OLE color: 6129578.

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

Color convert

RGB17013593-
CMYK00.210.450.33
HSL32.73º31.17%51.57%-
HSV(B)32.73º45.29%66.67%-
XYZ27.2226.6614.07-
YUV140.68101.1148.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=42.71%
G=33.92%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701359300.210.450.3332.7331.1751.57
HexAA875D0152D21211f34
Octal2522071350255541413764
Binary1010101010000111101110101010110110110000110000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA875D; }

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

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

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

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

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

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

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

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