Html Css Color HEX #A6805C Medium Wood

📋 copy color: '#A6805C'

red 166 ◦ green 128 ◦ blue 92

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

Shades of Medium Wood #A6805C

Tints of Medium Wood #A6805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.83%

R = 43.01%
G = 33.16%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6805C (or 0xA6805C) is known color: Medium Wood. HEX triplet: A6, 80 and 5C. RGB value is (166,128,92). Sum of RGB (Red+Green+Blue) = 166+128+92=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6805C is #597FA3. Grayscale: #878787. Windows color (decimal): -5865380 or 6062246. OLE color: 6062246.

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

Color convert

RGB 166 128 92 -
CMYK 0 0.23 0.45 0.35
HSL 29.19º 0.29% 0.51% -
HSV(B) 29.19º 0.45% 0.65% -
XYZ 25.38 24.32 13.48 -
YUV 135.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 166 128 92 0 0.23 0.45 0.35 29.19 0.29 0.51
Hex A6 80 5C 0 17 2D 23 1D 1D 33
Octal 246 200 134 0 27 55 43 35 35 63
Binary 10100110 10000000 1011100 0 10111 101101 100011 11101 11101 110011

Color Harmonies of #A6805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6805C

Black with #A6805C

Text Example


Text Example

White with #A6805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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