Shades of Night Shadz #A04559
Tints of Night Shadz #A04559
RGB
CMYK
RGB Variations
Color information
#A04559 (or 0xA04559) is known color: Night Shadz. HEX triplet: A0, 45 and 59. RGB value is (160,69,89). Sum of RGB (Red+Green+Blue) = 160+69+89=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A04559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04559 is #5FBAA6. Grayscale: #626262. Windows color (decimal): -6273703 or 5850528. OLE color: 5850528.
HSL color Cylindrical-coordinate representation of color #A04559: hue angle of 346.81º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04559 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 89 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.37 |
| HSL | 346.81º | 0.4% | 0.45% | - |
| HSV(B) | 346.81º | 0.57% | 0.63% | - |
| XYZ | 18.43 | 12.45 | 10.88 | - |
| YUV | 98.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 89 | 0 | 0.57 | 0.44 | 0.37 | 346.81 | 0.4 | 0.45 |
| Hex | A0 | 45 | 59 | 0 | 39 | 2C | 25 | 15B | 28 | 2D |
| Octal | 240 | 105 | 131 | 0 | 71 | 54 | 45 | 533 | 50 | 55 |
| Binary | 10100000 | 1000101 | 1011001 | 0 | 111001 | 101100 | 100101 | 101011011 | 101000 | 101101 |
Color Harmonies of #A04559
Complementary color
Monochromatic Colors of #A04559
Black with #A04559
Text Example
Text Example
White with #A04559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04559; }
p { color: rgb(160,69,89); }
H1.HeaderClassName
{
color: #A04559;
}
.AnyTagClassName
{
color: #A04559;
}
</style>
background-color css
<style>
a { background-color: #A04559; }
a { background-color: rgb(160,69,89); }
div.DivClassName
{
background-color: #A04559;
}
.BgClassName
{
background-color: #A04559;
}
</style>
border-color css
<style>
span { border-color: #A04559; }
span { border-color: rgb(160,69,89); }
td.TdClassName
{
border-color: #A04559;
}
.TagClassName
{
border-color: #A04559;
}
</style>