Shades of Muddy Waters #AF794A
Tints of Muddy Waters #AF794A
RGB
CMYK
RGB Variations
Color information
#AF794A (or 0xAF794A) is known color: Muddy Waters. HEX triplet: AF, 79 and 4A. RGB value is (175,121,74). Sum of RGB (Red+Green+Blue) = 175+121+74=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF794A is #5086B5. Grayscale: #848484. Windows color (decimal): -5277366 or 4880815. OLE color: 4880815.
HSL color Cylindrical-coordinate representation of color #AF794A: hue angle of 27.92º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF794A is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 74 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.31 |
| HSL | 27.92º | 0.41% | 0.49% | - |
| HSV(B) | 27.92º | 0.58% | 0.69% | - |
| XYZ | 25.75 | 23.28 | 9.62 | - |
| YUV | 131.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 74 | 0 | 0.31 | 0.58 | 0.31 | 27.92 | 0.41 | 0.49 |
| Hex | AF | 79 | 4A | 0 | 1F | 3A | 1F | 1C | 29 | 31 |
| Octal | 257 | 171 | 112 | 0 | 37 | 72 | 37 | 34 | 51 | 61 |
| Binary | 10101111 | 1111001 | 1001010 | 0 | 11111 | 111010 | 11111 | 11100 | 101001 | 110001 |
Color Harmonies of #AF794A
Complementary color
Monochromatic Colors of #AF794A
Black with #AF794A
Text Example
Text Example
White with #AF794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF794A; }
p { color: rgb(175,121,74); }
H1.HeaderClassName
{
color: #AF794A;
}
.AnyTagClassName
{
color: #AF794A;
}
</style>
background-color css
<style>
a { background-color: #AF794A; }
a { background-color: rgb(175,121,74); }
div.DivClassName
{
background-color: #AF794A;
}
.BgClassName
{
background-color: #AF794A;
}
</style>
border-color css
<style>
span { border-color: #AF794A; }
span { border-color: rgb(175,121,74); }
td.TdClassName
{
border-color: #AF794A;
}
.TagClassName
{
border-color: #AF794A;
}
</style>