Shades of Muddy Waters #A28348
Tints of Muddy Waters #A28348
RGB
CMYK
RGB Variations
Color information
#A28348 (or 0xA28348) is known color: Muddy Waters. HEX triplet: A2, 83 and 48. RGB value is (162,131,72). Sum of RGB (Red+Green+Blue) = 162+131+72=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A28348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28348 is #5D7CB7. Grayscale: #858585. Windows color (decimal): -6126776 or 4752290. OLE color: 4752290.
HSL color Cylindrical-coordinate representation of color #A28348: hue angle of 39.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A28348 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 72 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.36 |
| HSL | 39.33º | 0.38% | 0.46% | - |
| HSV(B) | 39.33º | 0.56% | 0.64% | - |
| XYZ | 24.19 | 24.38 | 9.56 | - |
| YUV | 133.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 72 | 0 | 0.19 | 0.56 | 0.36 | 39.33 | 0.38 | 0.46 |
| Hex | A2 | 83 | 48 | 0 | 13 | 38 | 24 | 27 | 26 | 2E |
| Octal | 242 | 203 | 110 | 0 | 23 | 70 | 44 | 47 | 46 | 56 |
| Binary | 10100010 | 10000011 | 1001000 | 0 | 10011 | 111000 | 100100 | 100111 | 100110 | 101110 |
Color Harmonies of #A28348
Complementary color
Monochromatic Colors of #A28348
Black with #A28348
Text Example
Text Example
White with #A28348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28348; }
p { color: rgb(162,131,72); }
H1.HeaderClassName
{
color: #A28348;
}
.AnyTagClassName
{
color: #A28348;
}
</style>
background-color css
<style>
a { background-color: #A28348; }
a { background-color: rgb(162,131,72); }
div.DivClassName
{
background-color: #A28348;
}
.BgClassName
{
background-color: #A28348;
}
</style>
border-color css
<style>
span { border-color: #A28348; }
span { border-color: rgb(162,131,72); }
td.TdClassName
{
border-color: #A28348;
}
.TagClassName
{
border-color: #A28348;
}
</style>