Html Css Color HEX #A6785D Medium Wood

📋 copy color: '#A6785D'

red 166 ◦ green 120 ◦ blue 93

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

Shades of Medium Wood #A6785D

Tints of Medium Wood #A6785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 43.8%
G = 31.66%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6785D (or 0xA6785D) is known color: Medium Wood. HEX triplet: A6, 78 and 5D. RGB value is (166,120,93). Sum of RGB (Red+Green+Blue) = 166+120+93=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6785D is #5987A2. Grayscale: #828282. Windows color (decimal): -5867427 or 6125734. OLE color: 6125734.

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

Color convert

RGB 166 120 93 -
CMYK 0 0.28 0.44 0.35
HSL 22.19º 0.29% 0.51% -
HSV(B) 22.19º 0.44% 0.65% -
XYZ 24.42 22.33 13.38 -
YUV 130.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 166 120 93 0 0.28 0.44 0.35 22.19 0.29 0.51
Hex A6 78 5D 0 1C 2C 23 16 1D 33
Octal 246 170 135 0 34 54 43 26 35 63
Binary 10100110 1111000 1011101 0 11100 101100 100011 10110 11101 110011

Color Harmonies of #A6785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6785D

Black with #A6785D

Text Example


Text Example

White with #A6785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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