Shades of Muddy Waters #A1874D
Tints of Muddy Waters #A1874D
RGB
CMYK
RGB Variations
Color information
#A1874D (or 0xA1874D) is known color: Muddy Waters. HEX triplet: A1, 87 and 4D. RGB value is (161,135,77). Sum of RGB (Red+Green+Blue) = 161+135+77=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1874D is #5E78B2. Grayscale: #888888. Windows color (decimal): -6191283 or 5080993. OLE color: 5080993.
HSL color Cylindrical-coordinate representation of color #A1874D: hue angle of 41.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1874D is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 77 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.37 |
| HSL | 41.43º | 0.35% | 0.47% | - |
| HSV(B) | 41.43º | 0.52% | 0.63% | - |
| XYZ | 24.7 | 25.44 | 10.63 | - |
| YUV | 136.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 77 | 0 | 0.16 | 0.52 | 0.37 | 41.43 | 0.35 | 0.47 |
| Hex | A1 | 87 | 4D | 0 | 10 | 34 | 25 | 29 | 23 | 2F |
| Octal | 241 | 207 | 115 | 0 | 20 | 64 | 45 | 51 | 43 | 57 |
| Binary | 10100001 | 10000111 | 1001101 | 0 | 10000 | 110100 | 100101 | 101001 | 100011 | 101111 |
Color Harmonies of #A1874D
Complementary color
Monochromatic Colors of #A1874D
Black with #A1874D
Text Example
Text Example
White with #A1874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1874D; }
p { color: rgb(161,135,77); }
H1.HeaderClassName
{
color: #A1874D;
}
.AnyTagClassName
{
color: #A1874D;
}
</style>
background-color css
<style>
a { background-color: #A1874D; }
a { background-color: rgb(161,135,77); }
div.DivClassName
{
background-color: #A1874D;
}
.BgClassName
{
background-color: #A1874D;
}
</style>
border-color css
<style>
span { border-color: #A1874D; }
span { border-color: rgb(161,135,77); }
td.TdClassName
{
border-color: #A1874D;
}
.TagClassName
{
border-color: #A1874D;
}
</style>