Shades of Muddy Waters #A27A40
Tints of Muddy Waters #A27A40
RGB
CMYK
RGB Variations
Color information
#A27A40 (or 0xA27A40) is known color: Muddy Waters. HEX triplet: A2, 7A and 40. RGB value is (162,122,64). Sum of RGB (Red+Green+Blue) = 162+122+64=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27A40 is #5D85BF. Grayscale: #7F7F7F. Windows color (decimal): -6129088 or 4225698. OLE color: 4225698.
HSL color Cylindrical-coordinate representation of color #A27A40: hue angle of 35.51º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27A40 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 64 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.36 |
| HSL | 35.51º | 0.43% | 0.44% | - |
| HSV(B) | 35.51º | 0.6% | 0.64% | - |
| XYZ | 22.79 | 21.97 | 7.89 | - |
| YUV | 127.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 64 | 0 | 0.25 | 0.60 | 0.36 | 35.51 | 0.43 | 0.44 |
| Hex | A2 | 7A | 40 | 0 | 19 | 3C | 24 | 24 | 2B | 2C |
| Octal | 242 | 172 | 100 | 0 | 31 | 74 | 44 | 44 | 53 | 54 |
| Binary | 10100010 | 1111010 | 1000000 | 0 | 11001 | 111100 | 100100 | 100100 | 101011 | 101100 |
Color Harmonies of #A27A40
Complementary color
Monochromatic Colors of #A27A40
Black with #A27A40
Text Example
Text Example
White with #A27A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A40; }
p { color: rgb(162,122,64); }
H1.HeaderClassName
{
color: #A27A40;
}
.AnyTagClassName
{
color: #A27A40;
}
</style>
background-color css
<style>
a { background-color: #A27A40; }
a { background-color: rgb(162,122,64); }
div.DivClassName
{
background-color: #A27A40;
}
.BgClassName
{
background-color: #A27A40;
}
</style>
border-color css
<style>
span { border-color: #A27A40; }
span { border-color: rgb(162,122,64); }
td.TdClassName
{
border-color: #A27A40;
}
.TagClassName
{
border-color: #A27A40;
}
</style>