#AA846C

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

Shades of Medium Wood #AA846C

Tints of Medium Wood #AA846C

Color information

#AA846C (or 0xAA846C) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 6C. RGB value is (170,132,108). Sum of RGB (Red+Green+Blue) = 170+132+108=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846C is #557B93. Grayscale: #8C8C8C. Windows color (decimal): -5602196 or 7111850. OLE color: 7111850.

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

Color convert

RGB170132108-
CMYK00.220.360.33
HSL23.23º26.72%54.51%-
HSV(B)23.23º36.47%66.67%-
XYZ27.5426.1317.78-
YUV140.63109.59148.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=41.46%
G=32.20%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013210800.220.360.3323.2326.7254.51
HexAA846C0162421171b37
Octal2522041540264441273367
Binary101010101000010011011000101101001001000011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA846C; }

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

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

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

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

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

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

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

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