Html Css Color HEX #A77746 Muddy Waters

📋 copy color: '#A77746'

red 167 ◦ green 119 ◦ blue 70

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

Shades of Muddy Waters #A77746

Tints of Muddy Waters #A77746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 46.91%
G = 33.43%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A77746 (or 0xA77746) is known color: Muddy Waters. HEX triplet: A7, 77 and 46. RGB value is (167,119,70). Sum of RGB (Red+Green+Blue) = 167+119+70=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A77746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77746 is #5888B9. Grayscale: #808080. Windows color (decimal): -5802170 or 4618151. OLE color: 4618151.

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

Color convert

RGB 167 119 70 -
CMYK 0 0.29 0.58 0.35
HSL 30.31º 0.41% 0.46% -
HSV(B) 30.31º 0.58% 0.65% -
XYZ 23.64 21.85 8.77 -
YUV 127.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 167 119 70 0 0.29 0.58 0.35 30.31 0.41 0.46
Hex A7 77 46 0 1D 3A 23 1E 29 2E
Octal 247 167 106 0 35 72 43 36 51 56
Binary 10100111 1110111 1000110 0 11101 111010 100011 11110 101001 101110

Color Harmonies of #A77746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77746

Black with #A77746

Text Example


Text Example

White with #A77746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77746; }

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

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

background-color css

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

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

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

border-color css

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

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

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