Html Css Color HEX #A77844 Muddy Waters

📋 copy color: '#A77844'

red 167 ◦ green 120 ◦ blue 68

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

Shades of Muddy Waters #A77844

Tints of Muddy Waters #A77844

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 47.04%
G = 33.8%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A77844 (or 0xA77844) is known color: Muddy Waters. HEX triplet: A7, 78 and 44. RGB value is (167,120,68). Sum of RGB (Red+Green+Blue) = 167+120+68=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A77844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77844 is #5887BB. Grayscale: #808080. Windows color (decimal): -5801916 or 4487335. OLE color: 4487335.

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

Color convert

RGB 167 120 68 -
CMYK 0 0.28 0.59 0.35
HSL 31.52º 0.42% 0.46% -
HSV(B) 31.52º 0.59% 0.65% -
XYZ 23.7 22.07 8.48 -
YUV 128.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 167 120 68 0 0.28 0.59 0.35 31.52 0.42 0.46
Hex A7 78 44 0 1C 3B 23 20 2A 2E
Octal 247 170 104 0 34 73 43 40 52 56
Binary 10100111 1111000 1000100 0 11100 111011 100011 100000 101010 101110

Color Harmonies of #A77844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77844

Black with #A77844

Text Example


Text Example

White with #A77844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77844; }

 p { color: rgb(167,120,68); }

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

background-color css

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

 a { background-color: rgb(167,120,68); }

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

border-color css

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

 span { border-color: rgb(167,120,68); }

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