Shades of Muddy Waters #AB8245
Tints of Muddy Waters #AB8245
RGB
CMYK
RGB Variations
Color information
#AB8245 (or 0xAB8245) is known color: Muddy Waters. HEX triplet: AB, 82 and 45. RGB value is (171,130,69). Sum of RGB (Red+Green+Blue) = 171+130+69=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8245 is #547DBA. Grayscale: #878787. Windows color (decimal): -5537211 or 4555435. OLE color: 4555435.
HSL color Cylindrical-coordinate representation of color #AB8245: hue angle of 35.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8245 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 69 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.33 |
| HSL | 35.88º | 0.43% | 0.47% | - |
| HSV(B) | 35.88º | 0.6% | 0.67% | - |
| XYZ | 25.85 | 25.05 | 9.1 | - |
| YUV | 135.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 69 | 0 | 0.24 | 0.60 | 0.33 | 35.88 | 0.43 | 0.47 |
| Hex | AB | 82 | 45 | 0 | 18 | 3C | 21 | 24 | 2A | 2F |
| Octal | 253 | 202 | 105 | 0 | 30 | 74 | 41 | 44 | 52 | 57 |
| Binary | 10101011 | 10000010 | 1000101 | 0 | 11000 | 111100 | 100001 | 100100 | 101010 | 101111 |
Color Harmonies of #AB8245
Complementary color
Monochromatic Colors of #AB8245
Black with #AB8245
Text Example
Text Example
White with #AB8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8245; }
p { color: rgb(171,130,69); }
H1.HeaderClassName
{
color: #AB8245;
}
.AnyTagClassName
{
color: #AB8245;
}
</style>
background-color css
<style>
a { background-color: #AB8245; }
a { background-color: rgb(171,130,69); }
div.DivClassName
{
background-color: #AB8245;
}
.BgClassName
{
background-color: #AB8245;
}
</style>
border-color css
<style>
span { border-color: #AB8245; }
span { border-color: rgb(171,130,69); }
td.TdClassName
{
border-color: #AB8245;
}
.TagClassName
{
border-color: #AB8245;
}
</style>