Html Css Color HEX #A77E4A Muddy Waters

📋 copy color: '#A77E4A'

red 167 ◦ green 126 ◦ blue 74

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

Shades of Muddy Waters #A77E4A

Tints of Muddy Waters #A77E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.33%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 45.5%
G = 34.33%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A77E4A (or 0xA77E4A) is known color: Muddy Waters. HEX triplet: A7, 7E and 4A. RGB value is (167,126,74). Sum of RGB (Red+Green+Blue) = 167+126+74=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77E4A is #5881B5. Grayscale: #848484. Windows color (decimal): -5800374 or 4882087. OLE color: 4882087.

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

Color convert

RGB 167 126 74 -
CMYK 0 0.25 0.56 0.35
HSL 33.55º 0.39% 0.47% -
HSV(B) 33.55º 0.56% 0.65% -
XYZ 24.63 23.63 9.74 -
YUV 132.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 167 126 74 0 0.25 0.56 0.35 33.55 0.39 0.47
Hex A7 7E 4A 0 19 38 23 22 27 2F
Octal 247 176 112 0 31 70 43 42 47 57
Binary 10100111 1111110 1001010 0 11001 111000 100011 100010 100111 101111

Color Harmonies of #A77E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77E4A

Black with #A77E4A

Text Example


Text Example

White with #A77E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77E4A; }

 p { color: rgb(167,126,74); }

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

background-color css

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

 a { background-color: rgb(167,126,74); }

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

border-color css

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

 span { border-color: rgb(167,126,74); }

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