Html Css Color HEX #A3795C Medium Wood

📋 copy color: '#A3795C'

red 163 ◦ green 121 ◦ blue 92

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

Shades of Medium Wood #A3795C

Tints of Medium Wood #A3795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 43.35%
G = 32.18%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3795C (or 0xA3795C) is known color: Medium Wood. HEX triplet: A3, 79 and 5C. RGB value is (163,121,92). Sum of RGB (Red+Green+Blue) = 163+121+92=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3795C is #5C86A3. Grayscale: #828282. Windows color (decimal): -6063780 or 6060451. OLE color: 6060451.

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

Color convert

RGB 163 121 92 -
CMYK 0 0.26 0.44 0.36
HSL 24.51º 0.28% 0.5% -
HSV(B) 24.51º 0.44% 0.64% -
XYZ 23.87 22.23 13.16 -
YUV 130.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 163 121 92 0 0.26 0.44 0.36 24.51 0.28 0.5
Hex A3 79 5C 0 1A 2C 24 19 1C 32
Octal 243 171 134 0 32 54 44 31 34 62
Binary 10100011 1111001 1011100 0 11010 101100 100100 11001 11100 110010

Color Harmonies of #A3795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3795C

Black with #A3795C

Text Example


Text Example

White with #A3795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3795C; }

 p { color: rgb(163,121,92); }

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

background-color css

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

 a { background-color: rgb(163,121,92); }

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

border-color css

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

 span { border-color: rgb(163,121,92); }

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