#AA865F

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

Shades of Medium Wood #AA865F

Tints of Medium Wood #AA865F

Color information

#AA865F (or 0xAA865F) is unknown color: approx Medium Wood. HEX triplet: AA, 86 and 5F. RGB value is (170,134,95). Sum of RGB (Red+Green+Blue) = 170+134+95=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865F is #5579A0. Grayscale: #8C8C8C. Windows color (decimal): -5601697 or 6260394. OLE color: 6260394.

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

Color convert

RGB17013495-
CMYK00.210.440.33
HSL31.2º30.61%51.96%-
HSV(B)31.2º44.12%66.67%-
XYZ27.1726.4214.49-
YUV140.32102.43149.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=42.61%
G=33.58%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701349500.210.440.3331.230.6151.96
HexAA865F0152C211f1f34
Octal2522061370255441373764
Binary101010101000011010111110101011011001000011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA865F; }

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

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

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

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

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

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

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

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