Html Css Color HEX #A77A47 Muddy Waters

📋 copy color: '#A77A47'

red 167 ◦ green 122 ◦ blue 71

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

Shades of Muddy Waters #A77A47

Tints of Muddy Waters #A77A47

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 46.39%
G = 33.89%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A77A47 (or 0xA77A47) is known color: Muddy Waters. HEX triplet: A7, 7A and 47. RGB value is (167,122,71). Sum of RGB (Red+Green+Blue) = 167+122+71=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A47 is #5885B8. Grayscale: #818181. Windows color (decimal): -5801401 or 4684455. OLE color: 4684455.

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

Color convert

RGB 167 122 71 -
CMYK 0 0.27 0.57 0.35
HSL 31.88º 0.4% 0.47% -
HSV(B) 31.88º 0.57% 0.65% -
XYZ 24.03 22.59 9.05 -
YUV 129.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 167 122 71 0 0.27 0.57 0.35 31.88 0.4 0.47
Hex A7 7A 47 0 1B 39 23 20 28 2F
Octal 247 172 107 0 33 71 43 40 50 57
Binary 10100111 1111010 1000111 0 11011 111001 100011 100000 101000 101111

Color Harmonies of #A77A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A47

Black with #A77A47

Text Example


Text Example

White with #A77A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A47; }

 p { color: rgb(167,122,71); }

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

background-color css

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

 a { background-color: rgb(167,122,71); }

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

border-color css

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

 span { border-color: rgb(167,122,71); }

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