Html Css Color HEX #A77C64 Medium Wood

📋 copy color: '#A77C64'

red 167 ◦ green 124 ◦ blue 100

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

Shades of Medium Wood #A77C64

Tints of Medium Wood #A77C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 42.71%
G = 31.71%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A77C64 (or 0xA77C64) is known color: Medium Wood. HEX triplet: A7, 7C and 64. RGB value is (167,124,100). Sum of RGB (Red+Green+Blue) = 167+124+100=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C64 is #58839B. Grayscale: #868686. Windows color (decimal): -5800860 or 6585511. OLE color: 6585511.

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

Color convert

RGB 167 124 100 -
CMYK 0 0.26 0.40 0.35
HSL 21.49º 0.28% 0.52% -
HSV(B) 21.49º 0.4% 0.65% -
XYZ 25.44 23.55 15.26 -
YUV 134.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 167 124 100 0 0.26 0.40 0.35 21.49 0.28 0.52
Hex A7 7C 64 0 1A 28 23 15 1C 34
Octal 247 174 144 0 32 50 43 25 34 64
Binary 10100111 1111100 1100100 0 11010 101000 100011 10101 11100 110100

Color Harmonies of #A77C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C64

Black with #A77C64

Text Example


Text Example

White with #A77C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C64; }

 p { color: rgb(167,124,100); }

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

background-color css

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

 a { background-color: rgb(167,124,100); }

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

border-color css

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

 span { border-color: rgb(167,124,100); }

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