Shades of Muddy Waters #A1814B
Tints of Muddy Waters #A1814B
RGB
CMYK
RGB Variations
Color information
#A1814B (or 0xA1814B) is known color: Muddy Waters. HEX triplet: A1, 81 and 4B. RGB value is (161,129,75). Sum of RGB (Red+Green+Blue) = 161+129+75=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1814B is #5E7EB4. Grayscale: #848484. Windows color (decimal): -6192821 or 4948385. OLE color: 4948385.
HSL color Cylindrical-coordinate representation of color #A1814B: hue angle of 37.67º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1814B is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 75 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.37 |
| HSL | 37.67º | 0.36% | 0.46% | - |
| HSV(B) | 37.67º | 0.53% | 0.63% | - |
| XYZ | 23.82 | 23.79 | 9.99 | - |
| YUV | 132.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 75 | 0 | 0.20 | 0.53 | 0.37 | 37.67 | 0.36 | 0.46 |
| Hex | A1 | 81 | 4B | 0 | 14 | 35 | 25 | 26 | 24 | 2E |
| Octal | 241 | 201 | 113 | 0 | 24 | 65 | 45 | 46 | 44 | 56 |
| Binary | 10100001 | 10000001 | 1001011 | 0 | 10100 | 110101 | 100101 | 100110 | 100100 | 101110 |
Color Harmonies of #A1814B
Complementary color
Monochromatic Colors of #A1814B
Black with #A1814B
Text Example
Text Example
White with #A1814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1814B; }
p { color: rgb(161,129,75); }
H1.HeaderClassName
{
color: #A1814B;
}
.AnyTagClassName
{
color: #A1814B;
}
</style>
background-color css
<style>
a { background-color: #A1814B; }
a { background-color: rgb(161,129,75); }
div.DivClassName
{
background-color: #A1814B;
}
.BgClassName
{
background-color: #A1814B;
}
</style>
border-color css
<style>
span { border-color: #A1814B; }
span { border-color: rgb(161,129,75); }
td.TdClassName
{
border-color: #A1814B;
}
.TagClassName
{
border-color: #A1814B;
}
</style>