Html Css Color HEX #A77D59 Medium Wood

📋 copy color: '#A77D59'

red 167 ◦ green 125 ◦ blue 89

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

Shades of Medium Wood #A77D59

Tints of Medium Wood #A77D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 89 (35.16% from 255) = 23.36%

R = 43.83%
G = 32.81%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A77D59 (or 0xA77D59) is known color: Medium Wood. HEX triplet: A7, 7D and 59. RGB value is (167,125,89). Sum of RGB (Red+Green+Blue) = 167+125+89=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77D59 is #5882A6. Grayscale: #858585. Windows color (decimal): -5800615 or 5864871. OLE color: 5864871.

HSL color Cylindrical-coordinate representation of color #A77D59: hue angle of 27.69º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77D59 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 125 89 -
CMYK 0 0.25 0.47 0.35
HSL 27.69º 0.31% 0.5% -
HSV(B) 27.69º 0.47% 0.65% -
XYZ 25.07 23.6 12.69 -
YUV 133.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 167 125 89 0 0.25 0.47 0.35 27.69 0.31 0.5
Hex A7 7D 59 0 19 2F 23 1C 1F 32
Octal 247 175 131 0 31 57 43 34 37 62
Binary 10100111 1111101 1011001 0 11001 101111 100011 11100 11111 110010

Color Harmonies of #A77D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D59

Black with #A77D59

Text Example


Text Example

White with #A77D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D59; }

 p { color: rgb(167,125,89); }

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

background-color css

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

 a { background-color: rgb(167,125,89); }

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

border-color css

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

 span { border-color: rgb(167,125,89); }

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