Html Css Color HEX #A6816E Medium Wood

📋 copy color: '#A6816E'

red 166 ◦ green 129 ◦ blue 110

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

Shades of Medium Wood #A6816E

Tints of Medium Wood #A6816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 40.99%
G = 31.85%
B = 27.16%

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

#A6816E (or 0xA6816E) is known color: Medium Wood. HEX triplet: A6, 81 and 6E. RGB value is (166,129,110). Sum of RGB (Red+Green+Blue) = 166+129+110=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6816E is #597E91. Grayscale: #8A8A8A. Windows color (decimal): -5865106 or 7242150. OLE color: 7242150.

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

Color convert

RGB 166 129 110 -
CMYK 0 0.22 0.34 0.35
HSL 20.36º 0.24% 0.54% -
HSV(B) 20.36º 0.34% 0.65% -
XYZ 26.39 24.93 18.17 -
YUV 137.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 166 129 110 0 0.22 0.34 0.35 20.36 0.24 0.54
Hex A6 81 6E 0 16 22 23 14 18 36
Octal 246 201 156 0 26 42 43 24 30 66
Binary 10100110 10000001 1101110 0 10110 100010 100011 10100 11000 110110

Color Harmonies of #A6816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6816E

Black with #A6816E

Text Example


Text Example

White with #A6816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6816E; }

 p { color: rgb(166,129,110); }

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

background-color css

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

 a { background-color: rgb(166,129,110); }

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

border-color css

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

 span { border-color: rgb(166,129,110); }

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