Shades of Night Shadz #A14049
Tints of Night Shadz #A14049
RGB
CMYK
RGB Variations
Color information
#A14049 (or 0xA14049) is known color: Night Shadz. HEX triplet: A1, 40 and 49. RGB value is (161,64,73). Sum of RGB (Red+Green+Blue) = 161+64+73=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A14049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14049 is #5EBFB6. Grayscale: #5E5E5E. Windows color (decimal): -6209463 or 4800673. OLE color: 4800673.
HSL color Cylindrical-coordinate representation of color #A14049: hue angle of 354.43º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14049 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 73 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.37 |
| HSL | 354.43º | 0.43% | 0.44% | - |
| HSV(B) | 354.43º | 0.6% | 0.63% | - |
| XYZ | 17.73 | 11.72 | 7.63 | - |
| YUV | 94.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 73 | 0 | 0.60 | 0.55 | 0.37 | 354.43 | 0.43 | 0.44 |
| Hex | A1 | 40 | 49 | 0 | 3C | 37 | 25 | 162 | 2B | 2C |
| Octal | 241 | 100 | 111 | 0 | 74 | 67 | 45 | 542 | 53 | 54 |
| Binary | 10100001 | 1000000 | 1001001 | 0 | 111100 | 110111 | 100101 | 101100010 | 101011 | 101100 |
Color Harmonies of #A14049
Complementary color
Monochromatic Colors of #A14049
Black with #A14049
Text Example
Text Example
White with #A14049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14049; }
p { color: rgb(161,64,73); }
H1.HeaderClassName
{
color: #A14049;
}
.AnyTagClassName
{
color: #A14049;
}
</style>
background-color css
<style>
a { background-color: #A14049; }
a { background-color: rgb(161,64,73); }
div.DivClassName
{
background-color: #A14049;
}
.BgClassName
{
background-color: #A14049;
}
</style>
border-color css
<style>
span { border-color: #A14049; }
span { border-color: rgb(161,64,73); }
td.TdClassName
{
border-color: #A14049;
}
.TagClassName
{
border-color: #A14049;
}
</style>