Shades of Muddy Waters #A9804B
Tints of Muddy Waters #A9804B
RGB
CMYK
RGB Variations
Color information
#A9804B (or 0xA9804B) is known color: Muddy Waters. HEX triplet: A9, 80 and 4B. RGB value is (169,128,75). Sum of RGB (Red+Green+Blue) = 169+128+75=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A9804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9804B is #567FB4. Grayscale: #868686. Windows color (decimal): -5668789 or 4948137. OLE color: 4948137.
HSL color Cylindrical-coordinate representation of color #A9804B: hue angle of 33.83º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9804B is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 75 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.34 |
| HSL | 33.83º | 0.39% | 0.48% | - |
| HSV(B) | 33.83º | 0.56% | 0.66% | - |
| XYZ | 25.35 | 24.38 | 10.03 | - |
| YUV | 134.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 75 | 0 | 0.24 | 0.56 | 0.34 | 33.83 | 0.39 | 0.48 |
| Hex | A9 | 80 | 4B | 0 | 18 | 38 | 22 | 22 | 27 | 30 |
| Octal | 251 | 200 | 113 | 0 | 30 | 70 | 42 | 42 | 47 | 60 |
| Binary | 10101001 | 10000000 | 1001011 | 0 | 11000 | 111000 | 100010 | 100010 | 100111 | 110000 |
Color Harmonies of #A9804B
Complementary color
Monochromatic Colors of #A9804B
Black with #A9804B
Text Example
Text Example
White with #A9804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9804B; }
p { color: rgb(169,128,75); }
H1.HeaderClassName
{
color: #A9804B;
}
.AnyTagClassName
{
color: #A9804B;
}
</style>
background-color css
<style>
a { background-color: #A9804B; }
a { background-color: rgb(169,128,75); }
div.DivClassName
{
background-color: #A9804B;
}
.BgClassName
{
background-color: #A9804B;
}
</style>
border-color css
<style>
span { border-color: #A9804B; }
span { border-color: rgb(169,128,75); }
td.TdClassName
{
border-color: #A9804B;
}
.TagClassName
{
border-color: #A9804B;
}
</style>