Html Css Color HEX #A1795F Medium Wood

📋 copy color: '#A1795F'

red 161 ◦ green 121 ◦ blue 95

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

Shades of Medium Wood #A1795F

Tints of Medium Wood #A1795F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 42.71%
G = 32.1%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1795F (or 0xA1795F) is known color: Medium Wood. HEX triplet: A1, 79 and 5F. RGB value is (161,121,95). Sum of RGB (Red+Green+Blue) = 161+121+95=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A1795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1795F is #5E86A0. Grayscale: #828282. Windows color (decimal): -6194849 or 6257057. OLE color: 6257057.

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

Color convert

RGB 161 121 95 -
CMYK 0 0.25 0.41 0.37
HSL 23.64º 0.26% 0.5% -
HSV(B) 23.64º 0.41% 0.63% -
XYZ 23.6 22.08 13.84 -
YUV 130 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 161 121 95 0 0.25 0.41 0.37 23.64 0.26 0.5
Hex A1 79 5F 0 19 29 25 18 1A 32
Octal 241 171 137 0 31 51 45 30 32 62
Binary 10100001 1111001 1011111 0 11001 101001 100101 11000 11010 110010

Color Harmonies of #A1795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1795F

Black with #A1795F

Text Example


Text Example

White with #A1795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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