Html Css Color HEX #A77C46 Muddy Waters

📋 copy color: '#A77C46'

red 167 ◦ green 124 ◦ blue 70

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

Shades of Muddy Waters #A77C46

Tints of Muddy Waters #A77C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 46.26%
G = 34.35%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A77C46 (or 0xA77C46) is known color: Muddy Waters. HEX triplet: A7, 7C and 46. RGB value is (167,124,70). Sum of RGB (Red+Green+Blue) = 167+124+70=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C46 is #5883B9. Grayscale: #828282. Windows color (decimal): -5800890 or 4619431. OLE color: 4619431.

HSL color Cylindrical-coordinate representation of color #A77C46: hue angle of 33.4º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A77C46 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 124 70 -
CMYK 0 0.26 0.58 0.35
HSL 33.4º 0.41% 0.46% -
HSV(B) 33.4º 0.58% 0.65% -
XYZ 24.25 23.07 8.97 -
YUV 130.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 167 124 70 0 0.26 0.58 0.35 33.4 0.41 0.46
Hex A7 7C 46 0 1A 3A 23 21 29 2E
Octal 247 174 106 0 32 72 43 41 51 56
Binary 10100111 1111100 1000110 0 11010 111010 100011 100001 101001 101110

Color Harmonies of #A77C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C46

Black with #A77C46

Text Example


Text Example

White with #A77C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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