#AA865C

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

Shades of Teak #AA865C

Tints of Teak #AA865C

Color information

#AA865C (or 0xAA865C) is unknown color: approx Teak. HEX triplet: AA, 86 and 5C. RGB value is (170,134,92). Sum of RGB (Red+Green+Blue) = 170+134+92=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865C is #5579A3. Grayscale: #8C8C8C. Windows color (decimal): -5601700 or 6063786. OLE color: 6063786.

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

Color convert

RGB17013492-
CMYK00.210.460.33
HSL32.31º31.45%51.37%-
HSV(B)32.31º45.88%66.67%-
XYZ27.0326.3713.79-
YUV139.98100.93149.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=42.93%
G=33.84%
B=23.23%

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
Decimal1701349200.210.460.3332.3131.4551.37
HexAA865C0152E21201f33
Octal2522061340255641403763
Binary1010101010000110101110001010110111010000110000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA865C; }

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

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

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

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

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

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

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

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