Shades of Muddy Waters #A58143
Tints of Muddy Waters #A58143
RGB
CMYK
RGB Variations
Color information
#A58143 (or 0xA58143) is known color: Muddy Waters. HEX triplet: A5, 81 and 43. RGB value is (165,129,67). Sum of RGB (Red+Green+Blue) = 165+129+67=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A58143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58143 is #5A7EBC. Grayscale: #848484. Windows color (decimal): -5930685 or 4424101. OLE color: 4424101.
HSL color Cylindrical-coordinate representation of color #A58143: hue angle of 37.96º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A58143 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 67 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.35 |
| HSL | 37.96º | 0.42% | 0.45% | - |
| HSV(B) | 37.96º | 0.59% | 0.65% | - |
| XYZ | 24.38 | 24.11 | 8.68 | - |
| YUV | 132.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 67 | 0 | 0.22 | 0.59 | 0.35 | 37.96 | 0.42 | 0.45 |
| Hex | A5 | 81 | 43 | 0 | 16 | 3B | 23 | 26 | 2A | 2D |
| Octal | 245 | 201 | 103 | 0 | 26 | 73 | 43 | 46 | 52 | 55 |
| Binary | 10100101 | 10000001 | 1000011 | 0 | 10110 | 111011 | 100011 | 100110 | 101010 | 101101 |
Color Harmonies of #A58143
Complementary color
Monochromatic Colors of #A58143
Black with #A58143
Text Example
Text Example
White with #A58143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58143; }
p { color: rgb(165,129,67); }
H1.HeaderClassName
{
color: #A58143;
}
.AnyTagClassName
{
color: #A58143;
}
</style>
background-color css
<style>
a { background-color: #A58143; }
a { background-color: rgb(165,129,67); }
div.DivClassName
{
background-color: #A58143;
}
.BgClassName
{
background-color: #A58143;
}
</style>
border-color css
<style>
span { border-color: #A58143; }
span { border-color: rgb(165,129,67); }
td.TdClassName
{
border-color: #A58143;
}
.TagClassName
{
border-color: #A58143;
}
</style>