Html Css Color HEX #A6806D Medium Wood

📋 copy color: '#A6806D'

red 166 ◦ green 128 ◦ blue 109

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

Shades of Medium Wood #A6806D

Tints of Medium Wood #A6806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 41.19%
G = 31.76%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6806D (or 0xA6806D) is known color: Medium Wood. HEX triplet: A6, 80 and 6D. RGB value is (166,128,109). Sum of RGB (Red+Green+Blue) = 166+128+109=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6806D is #597F92. Grayscale: #898989. Windows color (decimal): -5865363 or 7176358. OLE color: 7176358.

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

Color convert

RGB 166 128 109 -
CMYK 0 0.23 0.34 0.35
HSL 20º 0.24% 0.54% -
HSV(B) 20º 0.34% 0.65% -
XYZ 26.21 24.65 17.84 -
YUV 137.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 166 128 109 0 0.23 0.34 0.35 20 0.24 0.54
Hex A6 80 6D 0 17 22 23 14 18 36
Octal 246 200 155 0 27 42 43 24 30 66
Binary 10100110 10000000 1101101 0 10111 100010 100011 10100 11000 110110

Color Harmonies of #A6806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6806D

Black with #A6806D

Text Example


Text Example

White with #A6806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6806D; }

 p { color: rgb(166,128,109); }

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

background-color css

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

 a { background-color: rgb(166,128,109); }

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

border-color css

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

 span { border-color: rgb(166,128,109); }

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