Shades of Muddy Waters #AB804C
Tints of Muddy Waters #AB804C
RGB
CMYK
RGB Variations
Color information
#AB804C (or 0xAB804C) is known color: Muddy Waters. HEX triplet: AB, 80 and 4C. RGB value is (171,128,76). Sum of RGB (Red+Green+Blue) = 171+128+76=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB804C is #547FB3. Grayscale: #878787. Windows color (decimal): -5537716 or 5013675. OLE color: 5013675.
HSL color Cylindrical-coordinate representation of color #AB804C: hue angle of 32.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB804C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 76 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.33 |
| HSL | 32.84º | 0.38% | 0.48% | - |
| HSV(B) | 32.84º | 0.56% | 0.67% | - |
| XYZ | 25.82 | 24.62 | 10.23 | - |
| YUV | 134.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 76 | 0 | 0.25 | 0.56 | 0.33 | 32.84 | 0.38 | 0.48 |
| Hex | AB | 80 | 4C | 0 | 19 | 38 | 21 | 21 | 26 | 30 |
| Octal | 253 | 200 | 114 | 0 | 31 | 70 | 41 | 41 | 46 | 60 |
| Binary | 10101011 | 10000000 | 1001100 | 0 | 11001 | 111000 | 100001 | 100001 | 100110 | 110000 |
Color Harmonies of #AB804C
Complementary color
Monochromatic Colors of #AB804C
Black with #AB804C
Text Example
Text Example
White with #AB804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB804C; }
p { color: rgb(171,128,76); }
H1.HeaderClassName
{
color: #AB804C;
}
.AnyTagClassName
{
color: #AB804C;
}
</style>
background-color css
<style>
a { background-color: #AB804C; }
a { background-color: rgb(171,128,76); }
div.DivClassName
{
background-color: #AB804C;
}
.BgClassName
{
background-color: #AB804C;
}
</style>
border-color css
<style>
span { border-color: #AB804C; }
span { border-color: rgb(171,128,76); }
td.TdClassName
{
border-color: #AB804C;
}
.TagClassName
{
border-color: #AB804C;
}
</style>