Shades of Muddy Waters #A17F44
Tints of Muddy Waters #A17F44
RGB
CMYK
RGB Variations
Color information
#A17F44 (or 0xA17F44) is known color: Muddy Waters. HEX triplet: A1, 7F and 44. RGB value is (161,127,68). Sum of RGB (Red+Green+Blue) = 161+127+68=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F44 is #5E80BB. Grayscale: #828282. Windows color (decimal): -6193340 or 4489121. OLE color: 4489121.
HSL color Cylindrical-coordinate representation of color #A17F44: hue angle of 38.06º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A17F44 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 68 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.37 |
| HSL | 38.06º | 0.41% | 0.45% | - |
| HSV(B) | 38.06º | 0.58% | 0.63% | - |
| XYZ | 23.33 | 23.17 | 8.71 | - |
| YUV | 130.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 68 | 0 | 0.21 | 0.58 | 0.37 | 38.06 | 0.41 | 0.45 |
| Hex | A1 | 7F | 44 | 0 | 15 | 3A | 25 | 26 | 29 | 2D |
| Octal | 241 | 177 | 104 | 0 | 25 | 72 | 45 | 46 | 51 | 55 |
| Binary | 10100001 | 1111111 | 1000100 | 0 | 10101 | 111010 | 100101 | 100110 | 101001 | 101101 |
Color Harmonies of #A17F44
Complementary color
Monochromatic Colors of #A17F44
Black with #A17F44
Text Example
Text Example
White with #A17F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F44; }
p { color: rgb(161,127,68); }
H1.HeaderClassName
{
color: #A17F44;
}
.AnyTagClassName
{
color: #A17F44;
}
</style>
background-color css
<style>
a { background-color: #A17F44; }
a { background-color: rgb(161,127,68); }
div.DivClassName
{
background-color: #A17F44;
}
.BgClassName
{
background-color: #A17F44;
}
</style>
border-color css
<style>
span { border-color: #A17F44; }
span { border-color: rgb(161,127,68); }
td.TdClassName
{
border-color: #A17F44;
}
.TagClassName
{
border-color: #A17F44;
}
</style>