Shades of Muddy Waters #A38245
Tints of Muddy Waters #A38245
RGB
CMYK
RGB Variations
Color information
#A38245 (or 0xA38245) is known color: Muddy Waters. HEX triplet: A3, 82 and 45. RGB value is (163,130,69). Sum of RGB (Red+Green+Blue) = 163+130+69=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A38245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38245 is #5C7DBA. Grayscale: #858585. Windows color (decimal): -6061499 or 4555427. OLE color: 4555427.
HSL color Cylindrical-coordinate representation of color #A38245: hue angle of 38.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A38245 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 69 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.36 |
| HSL | 38.94º | 0.41% | 0.45% | - |
| HSV(B) | 38.94º | 0.58% | 0.64% | - |
| XYZ | 24.16 | 24.18 | 9.02 | - |
| YUV | 132.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 69 | 0 | 0.20 | 0.58 | 0.36 | 38.94 | 0.41 | 0.45 |
| Hex | A3 | 82 | 45 | 0 | 14 | 3A | 24 | 27 | 29 | 2D |
| Octal | 243 | 202 | 105 | 0 | 24 | 72 | 44 | 47 | 51 | 55 |
| Binary | 10100011 | 10000010 | 1000101 | 0 | 10100 | 111010 | 100100 | 100111 | 101001 | 101101 |
Color Harmonies of #A38245
Complementary color
Monochromatic Colors of #A38245
Black with #A38245
Text Example
Text Example
White with #A38245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38245; }
p { color: rgb(163,130,69); }
H1.HeaderClassName
{
color: #A38245;
}
.AnyTagClassName
{
color: #A38245;
}
</style>
background-color css
<style>
a { background-color: #A38245; }
a { background-color: rgb(163,130,69); }
div.DivClassName
{
background-color: #A38245;
}
.BgClassName
{
background-color: #A38245;
}
</style>
border-color css
<style>
span { border-color: #A38245; }
span { border-color: rgb(163,130,69); }
td.TdClassName
{
border-color: #A38245;
}
.TagClassName
{
border-color: #A38245;
}
</style>