#A6846C

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

Shades of Medium Wood #A6846C

Tints of Medium Wood #A6846C

Color information

#A6846C (or 0xA6846C) is unknown color: approx Medium Wood. HEX triplet: A6, 84 and 6C. RGB value is (166,132,108). Sum of RGB (Red+Green+Blue) = 166+132+108=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6846C is #597B93. Grayscale: #8B8B8B. Windows color (decimal): -5864340 or 7111846. OLE color: 7111846.

HSL color Cylindrical-coordinate representation of color #A6846C: hue angle of 24.83º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6846C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB166132108-
CMYK00.200.350.35
HSL24.83º24.58%53.73%-
HSV(B)24.83º34.94%65.1%-
XYZ26.6825.6917.74-
YUV139.43110.26146.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=40.89%
G=32.51%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613210800.200.350.3524.8324.5853.73
HexA6846C0142323191936
Octal2462041540244343313166
Binary101001101000010011011000101001000111000111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6846C; }

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

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

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

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

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

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

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

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