Html Css Color HEX #A1795E Medium Wood

📋 copy color: '#A1795E'

red 161 ◦ green 121 ◦ blue 94

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

Shades of Medium Wood #A1795E

Tints of Medium Wood #A1795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25%

R = 42.82%
G = 32.18%
B = 25%

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

#A1795E (or 0xA1795E) is known color: Medium Wood. HEX triplet: A1, 79 and 5E. RGB value is (161,121,94). Sum of RGB (Red+Green+Blue) = 161+121+94=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A1795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1795E is #5E86A1. Grayscale: #828282. Windows color (decimal): -6194850 or 6191521. OLE color: 6191521.

HSL color Cylindrical-coordinate representation of color #A1795E: hue angle of 24.18º degrees, saturation: 0.26, 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 #A1795E is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 94 -
CMYK 0 0.25 0.42 0.37
HSL 24.18º 0.26% 0.5% -
HSV(B) 24.18º 0.42% 0.63% -
XYZ 23.56 22.06 13.61 -
YUV 129.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 161 121 94 0 0.25 0.42 0.37 24.18 0.26 0.5
Hex A1 79 5E 0 19 2A 25 18 1A 32
Octal 241 171 136 0 31 52 45 30 32 62
Binary 10100001 1111001 1011110 0 11001 101010 100101 11000 11010 110010

Color Harmonies of #A1795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1795E

Black with #A1795E

Text Example


Text Example

White with #A1795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1795E; }

 p { color: rgb(161,121,94); }

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

background-color css

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

 a { background-color: rgb(161,121,94); }

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

border-color css

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

 span { border-color: rgb(161,121,94); }

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