Shades of Muddy Waters #A5894A
Tints of Muddy Waters #A5894A
RGB
CMYK
RGB Variations
Color information
#A5894A (or 0xA5894A) is known color: Muddy Waters. HEX triplet: A5, 89 and 4A. RGB value is (165,137,74). Sum of RGB (Red+Green+Blue) = 165+137+74=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5894A is #5A76B5. Grayscale: #8A8A8A. Windows color (decimal): -5928630 or 4884901. OLE color: 4884901.
HSL color Cylindrical-coordinate representation of color #A5894A: hue angle of 41.54º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5894A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 74 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.35 |
| HSL | 41.54º | 0.38% | 0.47% | - |
| HSV(B) | 41.54º | 0.55% | 0.65% | - |
| XYZ | 25.7 | 26.39 | 10.22 | - |
| YUV | 138.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 74 | 0 | 0.17 | 0.55 | 0.35 | 41.54 | 0.38 | 0.47 |
| Hex | A5 | 89 | 4A | 0 | 11 | 37 | 23 | 2A | 26 | 2F |
| Octal | 245 | 211 | 112 | 0 | 21 | 67 | 43 | 52 | 46 | 57 |
| Binary | 10100101 | 10001001 | 1001010 | 0 | 10001 | 110111 | 100011 | 101010 | 100110 | 101111 |
Color Harmonies of #A5894A
Complementary color
Monochromatic Colors of #A5894A
Black with #A5894A
Text Example
Text Example
White with #A5894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5894A; }
p { color: rgb(165,137,74); }
H1.HeaderClassName
{
color: #A5894A;
}
.AnyTagClassName
{
color: #A5894A;
}
</style>
background-color css
<style>
a { background-color: #A5894A; }
a { background-color: rgb(165,137,74); }
div.DivClassName
{
background-color: #A5894A;
}
.BgClassName
{
background-color: #A5894A;
}
</style>
border-color css
<style>
span { border-color: #A5894A; }
span { border-color: rgb(165,137,74); }
td.TdClassName
{
border-color: #A5894A;
}
.TagClassName
{
border-color: #A5894A;
}
</style>