#AA846B

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

Shades of Medium Wood #AA846B

Tints of Medium Wood #AA846B

Color information

#AA846B (or 0xAA846B) is unknown color: approx Medium Wood. HEX triplet: AA, 84 and 6B. RGB value is (170,132,107). Sum of RGB (Red+Green+Blue) = 170+132+107=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA846B is #557B94. Grayscale: #8C8C8C. Windows color (decimal): -5602197 or 7046314. OLE color: 7046314.

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

Color convert

RGB170132107-
CMYK00.220.370.33
HSL23.81º27.04%54.31%-
HSV(B)23.81º37.06%66.67%-
XYZ27.4826.1117.5-
YUV140.51109.09149.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=41.56%
G=32.27%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013210700.220.370.3323.8127.0454.31
HexAA846B0162521181b36
Octal2522041530264541303366
Binary101010101000010011010110101101001011000011100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA846B; }

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

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

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

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

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

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

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

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