Html Css Color HEX #A6785C Medium Wood

📋 copy color: '#A6785C'

red 166 ◦ green 120 ◦ blue 92

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

Shades of Medium Wood #A6785C

Tints of Medium Wood #A6785C

RGB

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

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

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

R = 43.92%
G = 31.75%
B = 24.34%

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

#A6785C (or 0xA6785C) is known color: Medium Wood. HEX triplet: A6, 78 and 5C. RGB value is (166,120,92). Sum of RGB (Red+Green+Blue) = 166+120+92=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6785C is #5987A3. Grayscale: #828282. Windows color (decimal): -5867428 or 6060198. OLE color: 6060198.

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

Color convert

RGB 166 120 92 -
CMYK 0 0.28 0.45 0.35
HSL 22.7º 0.29% 0.51% -
HSV(B) 22.7º 0.45% 0.65% -
XYZ 24.37 22.31 13.15 -
YUV 130.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 166 120 92 0 0.28 0.45 0.35 22.7 0.29 0.51
Hex A6 78 5C 0 1C 2D 23 17 1D 33
Octal 246 170 134 0 34 55 43 27 35 63
Binary 10100110 1111000 1011100 0 11100 101101 100011 10111 11101 110011

Color Harmonies of #A6785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6785C

Black with #A6785C

Text Example


Text Example

White with #A6785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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