Html Css Color HEX #A17961 Medium Wood

📋 copy color: '#A17961'

red 161 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #A17961

Tints of Medium Wood #A17961

RGB

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

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

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

R = 42.48%
G = 31.93%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A17961 (or 0xA17961) is known color: Medium Wood. HEX triplet: A1, 79 and 61. RGB value is (161,121,97). Sum of RGB (Red+Green+Blue) = 161+121+97=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A17961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17961 is #5E869E. Grayscale: #828282. Windows color (decimal): -6194847 or 6388129. OLE color: 6388129.

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

Color convert

RGB 161 121 97 -
CMYK 0 0.25 0.40 0.37
HSL 22.5º 0.25% 0.51% -
HSV(B) 22.5º 0.4% 0.63% -
XYZ 23.69 22.11 14.33 -
YUV 130.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 161 121 97 0 0.25 0.40 0.37 22.5 0.25 0.51
Hex A1 79 61 0 19 28 25 16 19 33
Octal 241 171 141 0 31 50 45 26 31 63
Binary 10100001 1111001 1100001 0 11001 101000 100101 10110 11001 110011

Color Harmonies of #A17961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17961

Black with #A17961

Text Example


Text Example

White with #A17961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17961; }

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

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

background-color css

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

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

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

border-color css

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

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

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