Html Css Color HEX #A6846F Medium Wood

📋 copy color: '#A6846F'

red 166 ◦ green 132 ◦ blue 111

#A6846F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #A6846F

Tints of Medium Wood #A6846F

RGB

 RED value IS 166 (65.23% from 255) = 40.59%

 GREEN value IS 132 (51.95% from 255) = 32.27%

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 40.59%
G = 32.27%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6846F (or 0xA6846F) is known color: Medium Wood. HEX triplet: A6, 84 and 6F. RGB value is (166,132,111). Sum of RGB (Red+Green+Blue) = 166+132+111=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6846F is #597B90. Grayscale: #8B8B8B. Windows color (decimal): -5864337 or 7308454. OLE color: 7308454.

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

Color convert

RGB 166 132 111 -
CMYK 0 0.20 0.33 0.35
HSL 22.91º 0.24% 0.54% -
HSV(B) 22.91º 0.33% 0.65% -
XYZ 26.85 25.76 18.6 -
YUV 139.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 166 132 111 0 0.20 0.33 0.35 22.91 0.24 0.54
Hex A6 84 6F 0 14 21 23 17 18 36
Octal 246 204 157 0 24 41 43 27 30 66
Binary 10100110 10000100 1101111 0 10100 100001 100011 10111 11000 110110

Color Harmonies of #A6846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6846F

Black with #A6846F

Text Example


Text Example

White with #A6846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6846F; }

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

 H1.HeaderClassName
 {
   color: #A6846F;
 }
 .AnyTagClassName
 {
   color: #A6846F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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