Shades of Muddy Waters #AB874D
Tints of Muddy Waters #AB874D
RGB
CMYK
RGB Variations
Color information
#AB874D (or 0xAB874D) is known color: Muddy Waters. HEX triplet: AB, 87 and 4D. RGB value is (171,135,77). Sum of RGB (Red+Green+Blue) = 171+135+77=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB874D is #5478B2. Grayscale: #8B8B8B. Windows color (decimal): -5535923 or 5081003. OLE color: 5081003.
HSL color Cylindrical-coordinate representation of color #AB874D: hue angle of 37.02º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB874D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 77 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.33 |
| HSL | 37.02º | 0.38% | 0.49% | - |
| HSV(B) | 37.02º | 0.55% | 0.67% | - |
| XYZ | 26.8 | 26.52 | 10.73 | - |
| YUV | 139.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 77 | 0 | 0.21 | 0.55 | 0.33 | 37.02 | 0.38 | 0.49 |
| Hex | AB | 87 | 4D | 0 | 15 | 37 | 21 | 25 | 26 | 31 |
| Octal | 253 | 207 | 115 | 0 | 25 | 67 | 41 | 45 | 46 | 61 |
| Binary | 10101011 | 10000111 | 1001101 | 0 | 10101 | 110111 | 100001 | 100101 | 100110 | 110001 |
Color Harmonies of #AB874D
Complementary color
Monochromatic Colors of #AB874D
Black with #AB874D
Text Example
Text Example
White with #AB874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB874D; }
p { color: rgb(171,135,77); }
H1.HeaderClassName
{
color: #AB874D;
}
.AnyTagClassName
{
color: #AB874D;
}
</style>
background-color css
<style>
a { background-color: #AB874D; }
a { background-color: rgb(171,135,77); }
div.DivClassName
{
background-color: #AB874D;
}
.BgClassName
{
background-color: #AB874D;
}
</style>
border-color css
<style>
span { border-color: #AB874D; }
span { border-color: rgb(171,135,77); }
td.TdClassName
{
border-color: #AB874D;
}
.TagClassName
{
border-color: #AB874D;
}
</style>