Shades of Night Shadz #A04849
Tints of Night Shadz #A04849
RGB
CMYK
RGB Variations
Color information
#A04849 (or 0xA04849) is known color: Night Shadz. HEX triplet: A0, 48 and 49. RGB value is (160,72,73). Sum of RGB (Red+Green+Blue) = 160+72+73=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A04849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04849 is #5FB7B6. Grayscale: #626262. Windows color (decimal): -6272951 or 4802720. OLE color: 4802720.
HSL color Cylindrical-coordinate representation of color #A04849: hue angle of 359.32º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04849 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 73 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.37 |
| HSL | 359.32º | 0.38% | 0.45% | - |
| HSV(B) | 359.32º | 0.55% | 0.63% | - |
| XYZ | 18.02 | 12.59 | 7.78 | - |
| YUV | 98.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 73 | 0 | 0.55 | 0.54 | 0.37 | 359.32 | 0.38 | 0.45 |
| Hex | A0 | 48 | 49 | 0 | 37 | 36 | 25 | 167 | 26 | 2D |
| Octal | 240 | 110 | 111 | 0 | 67 | 66 | 45 | 547 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1001001 | 0 | 110111 | 110110 | 100101 | 101100111 | 100110 | 101101 |
Color Harmonies of #A04849
Complementary color
Monochromatic Colors of #A04849
Black with #A04849
Text Example
Text Example
White with #A04849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04849; }
p { color: rgb(160,72,73); }
H1.HeaderClassName
{
color: #A04849;
}
.AnyTagClassName
{
color: #A04849;
}
</style>
background-color css
<style>
a { background-color: #A04849; }
a { background-color: rgb(160,72,73); }
div.DivClassName
{
background-color: #A04849;
}
.BgClassName
{
background-color: #A04849;
}
</style>
border-color css
<style>
span { border-color: #A04849; }
span { border-color: rgb(160,72,73); }
td.TdClassName
{
border-color: #A04849;
}
.TagClassName
{
border-color: #A04849;
}
</style>