#AA846E

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

Shades of Medium Wood #AA846E

Tints of Medium Wood #AA846E

Color information

#AA846E (or 0xAA846E) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 6E. RGB value is (170,132,110). Sum of RGB (Red+Green+Blue) = 170+132+110=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846E is #557B91. Grayscale: #8C8C8C. Windows color (decimal): -5602194 or 7242922. OLE color: 7242922.

HSL color Cylindrical-coordinate representation of color #AA846E: hue angle of 22º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA846E is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170132110-
CMYK00.220.350.33
HSL22º26.09%54.9%-
HSV(B)22º35.29%66.67%-
XYZ27.6426.1718.35-
YUV140.85110.59148.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=41.26%
G=32.04%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013211000.220.350.332226.0954.9
HexAA846E0162321161a37
Octal2522041560264341263267
Binary101010101000010011011100101101000111000011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA846E; }

 p { color: rgb(170,132,110); }

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

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

 a { background-color: rgb(170,132,110); }

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

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

 span { border-color: rgb(170,132,110); }

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