Html Css Color HEX #A37961 Medium Wood

📋 copy color: '#A37961'

red 163 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #A37961

Tints of Medium Wood #A37961

RGB

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

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

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

R = 42.78%
G = 31.76%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A37961 (or 0xA37961) is known color: Medium Wood. HEX triplet: A3, 79 and 61. RGB value is (163,121,97). Sum of RGB (Red+Green+Blue) = 163+121+97=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A37961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37961 is #5C869E. Grayscale: #828282. Windows color (decimal): -6063775 or 6388131. OLE color: 6388131.

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

Color convert

RGB 163 121 97 -
CMYK 0 0.26 0.40 0.36
HSL 21.82º 0.26% 0.51% -
HSV(B) 21.82º 0.4% 0.64% -
XYZ 24.1 22.32 14.35 -
YUV 130.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 163 121 97 0 0.26 0.40 0.36 21.82 0.26 0.51
Hex A3 79 61 0 1A 28 24 16 1A 33
Octal 243 171 141 0 32 50 44 26 32 63
Binary 10100011 1111001 1100001 0 11010 101000 100100 10110 11010 110011

Color Harmonies of #A37961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37961

Black with #A37961

Text Example


Text Example

White with #A37961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37961; }

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

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

background-color css

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

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

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

border-color css

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

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

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