Html Css Color HEX #A6826D Medium Wood

📋 copy color: '#A6826D'

red 166 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #A6826D

Tints of Medium Wood #A6826D

RGB

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

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

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

R = 40.99%
G = 32.1%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6826D (or 0xA6826D) is known color: Medium Wood. HEX triplet: A6, 82 and 6D. RGB value is (166,130,109). Sum of RGB (Red+Green+Blue) = 166+130+109=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6826D is #597D92. Grayscale: #8A8A8A. Windows color (decimal): -5864851 or 7176870. OLE color: 7176870.

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

Color convert

RGB 166 130 109 -
CMYK 0 0.22 0.34 0.35
HSL 22.11º 0.24% 0.54% -
HSV(B) 22.11º 0.34% 0.65% -
XYZ 26.47 25.18 17.93 -
YUV 138.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 166 130 109 0 0.22 0.34 0.35 22.11 0.24 0.54
Hex A6 82 6D 0 16 22 23 16 18 36
Octal 246 202 155 0 26 42 43 26 30 66
Binary 10100110 10000010 1101101 0 10110 100010 100011 10110 11000 110110

Color Harmonies of #A6826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6826D

Black with #A6826D

Text Example


Text Example

White with #A6826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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