Html Css Color HEX #A1785D Medium Wood

📋 copy color: '#A1785D'

red 161 ◦ green 120 ◦ blue 93

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

Shades of Medium Wood #A1785D

Tints of Medium Wood #A1785D

RGB

 RED value IS 161 (63.28% from 255) = 43.05%

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

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

R = 43.05%
G = 32.09%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1785D (or 0xA1785D) is known color: Medium Wood. HEX triplet: A1, 78 and 5D. RGB value is (161,120,93). Sum of RGB (Red+Green+Blue) = 161+120+93=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1785D is #5E87A2. Grayscale: #818181. Windows color (decimal): -6195107 or 6125729. OLE color: 6125729.

HSL color Cylindrical-coordinate representation of color #A1785D: hue angle of 23.82º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1785D is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 93 -
CMYK 0 0.25 0.42 0.37
HSL 23.82º 0.27% 0.5% -
HSV(B) 23.82º 0.42% 0.63% -
XYZ 23.39 21.8 13.33 -
YUV 129.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 161 120 93 0 0.25 0.42 0.37 23.82 0.27 0.5
Hex A1 78 5D 0 19 2A 25 18 1B 32
Octal 241 170 135 0 31 52 45 30 33 62
Binary 10100001 1111000 1011101 0 11001 101010 100101 11000 11011 110010

Color Harmonies of #A1785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1785D

Black with #A1785D

Text Example


Text Example

White with #A1785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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