Shades of Muddy Waters #AF8452
Tints of Muddy Waters #AF8452
RGB
CMYK
RGB Variations
Color information
#AF8452 (or 0xAF8452) is known color: Muddy Waters. HEX triplet: AF, 84 and 52. RGB value is (175,132,82). Sum of RGB (Red+Green+Blue) = 175+132+82=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8452 is #507BAD. Grayscale: #8B8B8B. Windows color (decimal): -5274542 or 5407919. OLE color: 5407919.
HSL color Cylindrical-coordinate representation of color #AF8452: hue angle of 32.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8452 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 82 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.31 |
| HSL | 32.26º | 0.37% | 0.5% | - |
| HSV(B) | 32.26º | 0.53% | 0.69% | - |
| XYZ | 27.45 | 26.23 | 11.6 | - |
| YUV | 139.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 82 | 0 | 0.25 | 0.53 | 0.31 | 32.26 | 0.37 | 0.5 |
| Hex | AF | 84 | 52 | 0 | 19 | 35 | 1F | 20 | 25 | 32 |
| Octal | 257 | 204 | 122 | 0 | 31 | 65 | 37 | 40 | 45 | 62 |
| Binary | 10101111 | 10000100 | 1010010 | 0 | 11001 | 110101 | 11111 | 100000 | 100101 | 110010 |
Color Harmonies of #AF8452
Complementary color
Monochromatic Colors of #AF8452
Black with #AF8452
Text Example
Text Example
White with #AF8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8452; }
p { color: rgb(175,132,82); }
H1.HeaderClassName
{
color: #AF8452;
}
.AnyTagClassName
{
color: #AF8452;
}
</style>
background-color css
<style>
a { background-color: #AF8452; }
a { background-color: rgb(175,132,82); }
div.DivClassName
{
background-color: #AF8452;
}
.BgClassName
{
background-color: #AF8452;
}
</style>
border-color css
<style>
span { border-color: #AF8452; }
span { border-color: rgb(175,132,82); }
td.TdClassName
{
border-color: #AF8452;
}
.TagClassName
{
border-color: #AF8452;
}
</style>