Html Css Color HEX #A17C61 Medium Wood

📋 copy color: '#A17C61'

red 161 ◦ green 124 ◦ blue 97

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

Shades of Medium Wood #A17C61

Tints of Medium Wood #A17C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 97 (38.28% from 255) = 25.39%

R = 42.15%
G = 32.46%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A17C61 (or 0xA17C61) is known color: Medium Wood. HEX triplet: A1, 7C and 61. RGB value is (161,124,97). Sum of RGB (Red+Green+Blue) = 161+124+97=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C61 is #5E839E. Grayscale: #848484. Windows color (decimal): -6194079 or 6388897. OLE color: 6388897.

HSL color Cylindrical-coordinate representation of color #A17C61: hue angle of 25.31º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17C61 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 97 -
CMYK 0 0.23 0.40 0.37
HSL 25.31º 0.25% 0.51% -
HSV(B) 25.31º 0.4% 0.63% -
XYZ 24.06 22.86 14.45 -
YUV 131.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 161 124 97 0 0.23 0.40 0.37 25.31 0.25 0.51
Hex A1 7C 61 0 17 28 25 19 19 33
Octal 241 174 141 0 27 50 45 31 31 63
Binary 10100001 1111100 1100001 0 10111 101000 100101 11001 11001 110011

Color Harmonies of #A17C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C61

Black with #A17C61

Text Example


Text Example

White with #A17C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C61; }

 p { color: rgb(161,124,97); }

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

background-color css

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

 a { background-color: rgb(161,124,97); }

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

border-color css

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

 span { border-color: rgb(161,124,97); }

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