Shades of Muddy Waters #A8814A
Tints of Muddy Waters #A8814A
RGB
CMYK
RGB Variations
Color information
#A8814A (or 0xA8814A) is known color: Muddy Waters. HEX triplet: A8, 81 and 4A. RGB value is (168,129,74). Sum of RGB (Red+Green+Blue) = 168+129+74=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A8814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8814A is #577EB5. Grayscale: #868686. Windows color (decimal): -5734070 or 4882856. OLE color: 4882856.
HSL color Cylindrical-coordinate representation of color #A8814A: hue angle of 35.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8814A is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 74 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.34 |
| HSL | 35.11º | 0.39% | 0.47% | - |
| HSV(B) | 35.11º | 0.56% | 0.66% | - |
| XYZ | 25.23 | 24.52 | 9.88 | - |
| YUV | 134.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 74 | 0 | 0.23 | 0.56 | 0.34 | 35.11 | 0.39 | 0.47 |
| Hex | A8 | 81 | 4A | 0 | 17 | 38 | 22 | 23 | 27 | 2F |
| Octal | 250 | 201 | 112 | 0 | 27 | 70 | 42 | 43 | 47 | 57 |
| Binary | 10101000 | 10000001 | 1001010 | 0 | 10111 | 111000 | 100010 | 100011 | 100111 | 101111 |
Color Harmonies of #A8814A
Complementary color
Monochromatic Colors of #A8814A
Black with #A8814A
Text Example
Text Example
White with #A8814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8814A; }
p { color: rgb(168,129,74); }
H1.HeaderClassName
{
color: #A8814A;
}
.AnyTagClassName
{
color: #A8814A;
}
</style>
background-color css
<style>
a { background-color: #A8814A; }
a { background-color: rgb(168,129,74); }
div.DivClassName
{
background-color: #A8814A;
}
.BgClassName
{
background-color: #A8814A;
}
</style>
border-color css
<style>
span { border-color: #A8814A; }
span { border-color: rgb(168,129,74); }
td.TdClassName
{
border-color: #A8814A;
}
.TagClassName
{
border-color: #A8814A;
}
</style>