Shades of Muddy Waters #AB774C
Tints of Muddy Waters #AB774C
RGB
CMYK
RGB Variations
Color information
#AB774C (or 0xAB774C) is known color: Muddy Waters. HEX triplet: AB, 77 and 4C. RGB value is (171,119,76). Sum of RGB (Red+Green+Blue) = 171+119+76=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB774C is #5488B3. Grayscale: #818181. Windows color (decimal): -5540020 or 5011371. OLE color: 5011371.
HSL color Cylindrical-coordinate representation of color #AB774C: hue angle of 27.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB774C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 76 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.33 |
| HSL | 27.16º | 0.38% | 0.48% | - |
| HSV(B) | 27.16º | 0.56% | 0.67% | - |
| XYZ | 24.7 | 22.37 | 9.85 | - |
| YUV | 129.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 76 | 0 | 0.30 | 0.56 | 0.33 | 27.16 | 0.38 | 0.48 |
| Hex | AB | 77 | 4C | 0 | 1E | 38 | 21 | 1B | 26 | 30 |
| Octal | 253 | 167 | 114 | 0 | 36 | 70 | 41 | 33 | 46 | 60 |
| Binary | 10101011 | 1110111 | 1001100 | 0 | 11110 | 111000 | 100001 | 11011 | 100110 | 110000 |
Color Harmonies of #AB774C
Complementary color
Monochromatic Colors of #AB774C
Black with #AB774C
Text Example
Text Example
White with #AB774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB774C; }
p { color: rgb(171,119,76); }
H1.HeaderClassName
{
color: #AB774C;
}
.AnyTagClassName
{
color: #AB774C;
}
</style>
background-color css
<style>
a { background-color: #AB774C; }
a { background-color: rgb(171,119,76); }
div.DivClassName
{
background-color: #AB774C;
}
.BgClassName
{
background-color: #AB774C;
}
</style>
border-color css
<style>
span { border-color: #AB774C; }
span { border-color: rgb(171,119,76); }
td.TdClassName
{
border-color: #AB774C;
}
.TagClassName
{
border-color: #AB774C;
}
</style>