Shades of Muddy Waters #A27E43
Tints of Muddy Waters #A27E43
RGB
CMYK
RGB Variations
Color information
#A27E43 (or 0xA27E43) is known color: Muddy Waters. HEX triplet: A2, 7E and 43. RGB value is (162,126,67). Sum of RGB (Red+Green+Blue) = 162+126+67=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E43 is #5D81BC. Grayscale: #828282. Windows color (decimal): -6128061 or 4423330. OLE color: 4423330.
HSL color Cylindrical-coordinate representation of color #A27E43: hue angle of 37.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A27E43 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 67 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.36 |
| HSL | 37.26º | 0.41% | 0.45% | - |
| HSV(B) | 37.26º | 0.59% | 0.64% | - |
| XYZ | 23.37 | 23.01 | 8.52 | - |
| YUV | 130.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 67 | 0 | 0.22 | 0.59 | 0.36 | 37.26 | 0.41 | 0.45 |
| Hex | A2 | 7E | 43 | 0 | 16 | 3B | 24 | 25 | 29 | 2D |
| Octal | 242 | 176 | 103 | 0 | 26 | 73 | 44 | 45 | 51 | 55 |
| Binary | 10100010 | 1111110 | 1000011 | 0 | 10110 | 111011 | 100100 | 100101 | 101001 | 101101 |
Color Harmonies of #A27E43
Complementary color
Monochromatic Colors of #A27E43
Black with #A27E43
Text Example
Text Example
White with #A27E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E43; }
p { color: rgb(162,126,67); }
H1.HeaderClassName
{
color: #A27E43;
}
.AnyTagClassName
{
color: #A27E43;
}
</style>
background-color css
<style>
a { background-color: #A27E43; }
a { background-color: rgb(162,126,67); }
div.DivClassName
{
background-color: #A27E43;
}
.BgClassName
{
background-color: #A27E43;
}
</style>
border-color css
<style>
span { border-color: #A27E43; }
span { border-color: rgb(162,126,67); }
td.TdClassName
{
border-color: #A27E43;
}
.TagClassName
{
border-color: #A27E43;
}
</style>