#AA865E

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

Shades of Medium Wood #AA865E

Tints of Medium Wood #AA865E

Color information

#AA865E (or 0xAA865E) is unknown color: approx Medium Wood. HEX triplet: AA, 86 and 5E. RGB value is (170,134,94). Sum of RGB (Red+Green+Blue) = 170+134+94=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865E is #5579A1. Grayscale: #8C8C8C. Windows color (decimal): -5601698 or 6194858. OLE color: 6194858.

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

Color convert

RGB17013494-
CMYK00.210.450.33
HSL31.58º30.89%51.76%-
HSV(B)31.58º44.71%66.67%-
XYZ27.1226.414.26-
YUV140.2101.93149.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 134 (52.73% from 255) = 33.67%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=42.71%
G=33.67%
B=23.62%

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
Decimal1701349400.210.450.3331.5830.8951.76
HexAA865E0152D21201f34
Octal2522061360255541403764
Binary1010101010000110101111001010110110110000110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA865E; }

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

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

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

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

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

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

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

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