Shades of Muddy Waters #A28551
Tints of Muddy Waters #A28551
RGB
CMYK
RGB Variations
Color information
#A28551 (or 0xA28551) is known color: Muddy Waters. HEX triplet: A2, 85 and 51. RGB value is (162,133,81). Sum of RGB (Red+Green+Blue) = 162+133+81=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28551 is #5D7AAE. Grayscale: #878787. Windows color (decimal): -6126255 or 5342626. OLE color: 5342626.
HSL color Cylindrical-coordinate representation of color #A28551: hue angle of 38.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A28551 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 81 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.36 |
| HSL | 38.52º | 0.33% | 0.48% | - |
| HSV(B) | 38.52º | 0.5% | 0.64% | - |
| XYZ | 24.77 | 25.05 | 11.31 | - |
| YUV | 135.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 81 | 0 | 0.18 | 0.50 | 0.36 | 38.52 | 0.33 | 0.48 |
| Hex | A2 | 85 | 51 | 0 | 12 | 32 | 24 | 27 | 21 | 30 |
| Octal | 242 | 205 | 121 | 0 | 22 | 62 | 44 | 47 | 41 | 60 |
| Binary | 10100010 | 10000101 | 1010001 | 0 | 10010 | 110010 | 100100 | 100111 | 100001 | 110000 |
Color Harmonies of #A28551
Complementary color
Monochromatic Colors of #A28551
Black with #A28551
Text Example
Text Example
White with #A28551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28551; }
p { color: rgb(162,133,81); }
H1.HeaderClassName
{
color: #A28551;
}
.AnyTagClassName
{
color: #A28551;
}
</style>
background-color css
<style>
a { background-color: #A28551; }
a { background-color: rgb(162,133,81); }
div.DivClassName
{
background-color: #A28551;
}
.BgClassName
{
background-color: #A28551;
}
</style>
border-color css
<style>
span { border-color: #A28551; }
span { border-color: rgb(162,133,81); }
td.TdClassName
{
border-color: #A28551;
}
.TagClassName
{
border-color: #A28551;
}
</style>