#AA8160

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

Shades of Medium Wood #AA8160

Tints of Medium Wood #AA8160

Color information

#AA8160 (or 0xAA8160) is unknown color: approx Medium Wood. HEX triplet: AA, 81 and 60. RGB value is (170,129,96). Sum of RGB (Red+Green+Blue) = 170+129+96=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8160 is #557E9F. Grayscale: #898989. Windows color (decimal): -5602976 or 6324650. OLE color: 6324650.

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

Color convert

RGB17012996-
CMYK00.240.440.33
HSL26.76º30.33%52.16%-
HSV(B)26.76º43.53%66.67%-
XYZ26.5425.0914.51-
YUV137.5104.58151.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=43.04%
G=32.66%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701299600.240.440.3326.7630.3352.16
HexAA81600182C211b1e34
Octal2522011400305441333664
Binary101010101000000111000000110001011001000011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8160; }

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

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

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

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

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

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

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

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