Html Css Color HEX #A77C58 Medium Wood

📋 copy color: '#A77C58'

red 167 ◦ green 124 ◦ blue 88

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

Shades of Medium Wood #A77C58

Tints of Medium Wood #A77C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 44.06%
G = 32.72%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A77C58 (or 0xA77C58) is known color: Medium Wood. HEX triplet: A7, 7C and 58. RGB value is (167,124,88). Sum of RGB (Red+Green+Blue) = 167+124+88=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C58 is #5883A7. Grayscale: #848484. Windows color (decimal): -5800872 or 5799079. OLE color: 5799079.

HSL color Cylindrical-coordinate representation of color #A77C58: hue angle of 27.34º 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 #A77C58 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 124 88 -
CMYK 0 0.26 0.47 0.35
HSL 27.34º 0.31% 0.5% -
HSV(B) 27.34º 0.47% 0.65% -
XYZ 24.91 23.34 12.42 -
YUV 132.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 167 124 88 0 0.26 0.47 0.35 27.34 0.31 0.5
Hex A7 7C 58 0 1A 2F 23 1B 1F 32
Octal 247 174 130 0 32 57 43 33 37 62
Binary 10100111 1111100 1011000 0 11010 101111 100011 11011 11111 110010

Color Harmonies of #A77C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C58

Black with #A77C58

Text Example


Text Example

White with #A77C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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