Html Css Color HEX #A6805D Medium Wood

📋 copy color: '#A6805D'

red 166 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #A6805D

Tints of Medium Wood #A6805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 42.89%
G = 33.07%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6805D (or 0xA6805D) is known color: Medium Wood. HEX triplet: A6, 80 and 5D. RGB value is (166,128,93). Sum of RGB (Red+Green+Blue) = 166+128+93=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6805D is #597FA2. Grayscale: #878787. Windows color (decimal): -5865379 or 6127782. OLE color: 6127782.

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

Color convert

RGB 166 128 93 -
CMYK 0 0.23 0.44 0.35
HSL 28.77º 0.29% 0.51% -
HSV(B) 28.77º 0.44% 0.65% -
XYZ 25.42 24.34 13.71 -
YUV 135.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 166 128 93 0 0.23 0.44 0.35 28.77 0.29 0.51
Hex A6 80 5D 0 17 2C 23 1D 1D 33
Octal 246 200 135 0 27 54 43 35 35 63
Binary 10100110 10000000 1011101 0 10111 101100 100011 11101 11101 110011

Color Harmonies of #A6805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6805D

Black with #A6805D

Text Example


Text Example

White with #A6805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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