Shades of Muddy Waters #AF8453
Tints of Muddy Waters #AF8453
RGB
CMYK
RGB Variations
Color information
#AF8453 (or 0xAF8453) is known color: Muddy Waters. HEX triplet: AF, 84 and 53. RGB value is (175,132,83). Sum of RGB (Red+Green+Blue) = 175+132+83=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8453 is #507BAC. Grayscale: #8B8B8B. Windows color (decimal): -5274541 or 5473455. OLE color: 5473455.
HSL color Cylindrical-coordinate representation of color #AF8453: hue angle of 31.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8453 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 83 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.31 |
| HSL | 31.96º | 0.37% | 0.51% | - |
| HSV(B) | 31.96º | 0.53% | 0.69% | - |
| XYZ | 27.49 | 26.24 | 11.8 | - |
| YUV | 139.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 83 | 0 | 0.25 | 0.53 | 0.31 | 31.96 | 0.37 | 0.51 |
| Hex | AF | 84 | 53 | 0 | 19 | 35 | 1F | 20 | 25 | 33 |
| Octal | 257 | 204 | 123 | 0 | 31 | 65 | 37 | 40 | 45 | 63 |
| Binary | 10101111 | 10000100 | 1010011 | 0 | 11001 | 110101 | 11111 | 100000 | 100101 | 110011 |
Color Harmonies of #AF8453
Complementary color
Monochromatic Colors of #AF8453
Black with #AF8453
Text Example
Text Example
White with #AF8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8453; }
p { color: rgb(175,132,83); }
H1.HeaderClassName
{
color: #AF8453;
}
.AnyTagClassName
{
color: #AF8453;
}
</style>
background-color css
<style>
a { background-color: #AF8453; }
a { background-color: rgb(175,132,83); }
div.DivClassName
{
background-color: #AF8453;
}
.BgClassName
{
background-color: #AF8453;
}
</style>
border-color css
<style>
span { border-color: #AF8453; }
span { border-color: rgb(175,132,83); }
td.TdClassName
{
border-color: #AF8453;
}
.TagClassName
{
border-color: #AF8453;
}
</style>