Html Css Color HEX #A77961 Medium Wood

📋 copy color: '#A77961'

red 167 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #A77961

Tints of Medium Wood #A77961

RGB

 RED value IS 167 (65.63% from 255) = 43.38%

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

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

R = 43.38%
G = 31.43%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A77961 (or 0xA77961) is known color: Medium Wood. HEX triplet: A7, 79 and 61. RGB value is (167,121,97). Sum of RGB (Red+Green+Blue) = 167+121+97=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A77961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77961 is #58869E. Grayscale: #848484. Windows color (decimal): -5801631 or 6388135. OLE color: 6388135.

HSL color Cylindrical-coordinate representation of color #A77961: hue angle of 20.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77961 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 121 97 -
CMYK 0 0.28 0.42 0.35
HSL 20.57º 0.28% 0.52% -
HSV(B) 20.57º 0.42% 0.65% -
XYZ 24.93 22.75 14.39 -
YUV 132.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 167 121 97 0 0.28 0.42 0.35 20.57 0.28 0.52
Hex A7 79 61 0 1C 2A 23 15 1C 34
Octal 247 171 141 0 34 52 43 25 34 64
Binary 10100111 1111001 1100001 0 11100 101010 100011 10101 11100 110100

Color Harmonies of #A77961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77961

Black with #A77961

Text Example


Text Example

White with #A77961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77961; }

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

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

background-color css

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

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

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

border-color css

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

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

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