#AA7860

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

Shades of Medium Wood #AA7860

Tints of Medium Wood #AA7860

Color information

#AA7860 (or 0xAA7860) is unknown color: approx Medium Wood. HEX triplet: AA, 78 and 60. RGB value is (170,120,96). Sum of RGB (Red+Green+Blue) = 170+120+96=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7860 is #55879F. Grayscale: #848484. Windows color (decimal): -5605280 or 6322346. OLE color: 6322346.

HSL color Cylindrical-coordinate representation of color #AA7860: hue angle of 19.46º degrees, saturation: 0.3, 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 #AA7860 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17012096-
CMYK00.290.440.33
HSL19.46º30.33%52.16%-
HSV(B)19.46º43.53%66.67%-
XYZ25.4122.8214.13-
YUV132.21107.56154.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=44.04%
G=31.09%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701209600.290.440.3319.4630.3352.16
HexAA786001D2C21131e34
Octal2521701400355441233664
Binary10101010111100011000000111011011001000011001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7860; }

 p { color: rgb(170,120,96); }

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

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

 a { background-color: rgb(170,120,96); }

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

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

 span { border-color: rgb(170,120,96); }

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