Html Css Color HEX #A3785D Medium Wood

📋 copy color: '#A3785D'

red 163 ◦ green 120 ◦ blue 93

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

Shades of Medium Wood #A3785D

Tints of Medium Wood #A3785D

RGB

 RED value IS 163 (64.06% from 255) = 43.35%

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

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

R = 43.35%
G = 31.91%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3785D (or 0xA3785D) is known color: Medium Wood. HEX triplet: A3, 78 and 5D. RGB value is (163,120,93). Sum of RGB (Red+Green+Blue) = 163+120+93=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3785D is #5C87A2. Grayscale: #818181. Windows color (decimal): -6064035 or 6125731. OLE color: 6125731.

HSL color Cylindrical-coordinate representation of color #A3785D: hue angle of 23.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3785D is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 120 93 -
CMYK 0 0.26 0.43 0.36
HSL 23.14º 0.28% 0.5% -
HSV(B) 23.14º 0.43% 0.64% -
XYZ 23.8 22.01 13.35 -
YUV 129.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 163 120 93 0 0.26 0.43 0.36 23.14 0.28 0.5
Hex A3 78 5D 0 1A 2B 24 17 1C 32
Octal 243 170 135 0 32 53 44 27 34 62
Binary 10100011 1111000 1011101 0 11010 101011 100100 10111 11100 110010

Color Harmonies of #A3785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3785D

Black with #A3785D

Text Example


Text Example

White with #A3785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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