Html Css Color HEX #A6826C Medium Wood

📋 copy color: '#A6826C'

red 166 ◦ green 130 ◦ blue 108

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

Shades of Medium Wood #A6826C

Tints of Medium Wood #A6826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 41.09%
G = 32.18%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6826C (or 0xA6826C) is known color: Medium Wood. HEX triplet: A6, 82 and 6C. RGB value is (166,130,108). Sum of RGB (Red+Green+Blue) = 166+130+108=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6826C is #597D93. Grayscale: #8A8A8A. Windows color (decimal): -5864852 or 7111334. OLE color: 7111334.

HSL color Cylindrical-coordinate representation of color #A6826C: hue angle of 22.76º 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 #A6826C is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 108 -
CMYK 0 0.22 0.35 0.35
HSL 22.76º 0.25% 0.54% -
HSV(B) 22.76º 0.35% 0.65% -
XYZ 26.42 25.15 17.65 -
YUV 138.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 166 130 108 0 0.22 0.35 0.35 22.76 0.25 0.54
Hex A6 82 6C 0 16 23 23 17 19 36
Octal 246 202 154 0 26 43 43 27 31 66
Binary 10100110 10000010 1101100 0 10110 100011 100011 10111 11001 110110

Color Harmonies of #A6826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6826C

Black with #A6826C

Text Example


Text Example

White with #A6826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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