Shades of Muddy Waters #A38251
Tints of Muddy Waters #A38251
RGB
CMYK
RGB Variations
Color information
#A38251 (or 0xA38251) is known color: Muddy Waters. HEX triplet: A3, 82 and 51. RGB value is (163,130,81). Sum of RGB (Red+Green+Blue) = 163+130+81=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A38251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38251 is #5C7DAE. Grayscale: #868686. Windows color (decimal): -6061487 or 5341859. OLE color: 5341859.
HSL color Cylindrical-coordinate representation of color #A38251: hue angle of 35.85º degrees, saturation: 0.34, 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 #A38251 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 81 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.36 |
| HSL | 35.85º | 0.34% | 0.48% | - |
| HSV(B) | 35.85º | 0.5% | 0.64% | - |
| XYZ | 24.57 | 24.35 | 11.19 | - |
| YUV | 134.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 81 | 0 | 0.20 | 0.50 | 0.36 | 35.85 | 0.34 | 0.48 |
| Hex | A3 | 82 | 51 | 0 | 14 | 32 | 24 | 24 | 22 | 30 |
| Octal | 243 | 202 | 121 | 0 | 24 | 62 | 44 | 44 | 42 | 60 |
| Binary | 10100011 | 10000010 | 1010001 | 0 | 10100 | 110010 | 100100 | 100100 | 100010 | 110000 |
Color Harmonies of #A38251
Complementary color
Monochromatic Colors of #A38251
Black with #A38251
Text Example
Text Example
White with #A38251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38251; }
p { color: rgb(163,130,81); }
H1.HeaderClassName
{
color: #A38251;
}
.AnyTagClassName
{
color: #A38251;
}
</style>
background-color css
<style>
a { background-color: #A38251; }
a { background-color: rgb(163,130,81); }
div.DivClassName
{
background-color: #A38251;
}
.BgClassName
{
background-color: #A38251;
}
</style>
border-color css
<style>
span { border-color: #A38251; }
span { border-color: rgb(163,130,81); }
td.TdClassName
{
border-color: #A38251;
}
.TagClassName
{
border-color: #A38251;
}
</style>