Shades of Muddy Waters #AB7A45
Tints of Muddy Waters #AB7A45
RGB
CMYK
RGB Variations
Color information
#AB7A45 (or 0xAB7A45) is known color: Muddy Waters. HEX triplet: AB, 7A and 45. RGB value is (171,122,69). Sum of RGB (Red+Green+Blue) = 171+122+69=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A45 is #5485BA. Grayscale: #828282. Windows color (decimal): -5539259 or 4553387. OLE color: 4553387.
HSL color Cylindrical-coordinate representation of color #AB7A45: hue angle of 31.18º 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 #AB7A45 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 69 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.33 |
| HSL | 31.18º | 0.43% | 0.47% | - |
| HSV(B) | 31.18º | 0.6% | 0.67% | - |
| XYZ | 24.83 | 23.01 | 8.76 | - |
| YUV | 130.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 69 | 0 | 0.29 | 0.60 | 0.33 | 31.18 | 0.43 | 0.47 |
| Hex | AB | 7A | 45 | 0 | 1D | 3C | 21 | 1F | 2A | 2F |
| Octal | 253 | 172 | 105 | 0 | 35 | 74 | 41 | 37 | 52 | 57 |
| Binary | 10101011 | 1111010 | 1000101 | 0 | 11101 | 111100 | 100001 | 11111 | 101010 | 101111 |
Color Harmonies of #AB7A45
Complementary color
Monochromatic Colors of #AB7A45
Black with #AB7A45
Text Example
Text Example
White with #AB7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A45; }
p { color: rgb(171,122,69); }
H1.HeaderClassName
{
color: #AB7A45;
}
.AnyTagClassName
{
color: #AB7A45;
}
</style>
background-color css
<style>
a { background-color: #AB7A45; }
a { background-color: rgb(171,122,69); }
div.DivClassName
{
background-color: #AB7A45;
}
.BgClassName
{
background-color: #AB7A45;
}
</style>
border-color css
<style>
span { border-color: #AB7A45; }
span { border-color: rgb(171,122,69); }
td.TdClassName
{
border-color: #AB7A45;
}
.TagClassName
{
border-color: #AB7A45;
}
</style>