Html Css Color HEX #A6785B Medium Wood

📋 copy color: '#A6785B'

red 166 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #A6785B

Tints of Medium Wood #A6785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 44.03%
G = 31.83%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6785B (or 0xA6785B) is known color: Medium Wood. HEX triplet: A6, 78 and 5B. RGB value is (166,120,91). Sum of RGB (Red+Green+Blue) = 166+120+91=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6785B is #5987A4. Grayscale: #828282. Windows color (decimal): -5867429 or 5994662. OLE color: 5994662.

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

Color convert

RGB 166 120 91 -
CMYK 0 0.28 0.45 0.35
HSL 23.2º 0.3% 0.5% -
HSV(B) 23.2º 0.45% 0.65% -
XYZ 24.33 22.3 12.92 -
YUV 130.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 166 120 91 0 0.28 0.45 0.35 23.2 0.3 0.5
Hex A6 78 5B 0 1C 2D 23 17 1E 32
Octal 246 170 133 0 34 55 43 27 36 62
Binary 10100110 1111000 1011011 0 11100 101101 100011 10111 11110 110010

Color Harmonies of #A6785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6785B

Black with #A6785B

Text Example


Text Example

White with #A6785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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