Shades of Night Shadz #A04155
Tints of Night Shadz #A04155
RGB
CMYK
RGB Variations
Color information
#A04155 (or 0xA04155) is known color: Night Shadz. HEX triplet: A0, 41 and 55. RGB value is (160,65,85). Sum of RGB (Red+Green+Blue) = 160+65+85=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A04155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04155 is #5FBEAA. Grayscale: #5F5F5F. Windows color (decimal): -6274731 or 5587360. OLE color: 5587360.
HSL color Cylindrical-coordinate representation of color #A04155: hue angle of 347.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04155 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 85 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.37 |
| HSL | 347.37º | 0.42% | 0.44% | - |
| HSV(B) | 347.37º | 0.59% | 0.63% | - |
| XYZ | 18.03 | 11.91 | 9.94 | - |
| YUV | 95.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 85 | 0 | 0.59 | 0.47 | 0.37 | 347.37 | 0.42 | 0.44 |
| Hex | A0 | 41 | 55 | 0 | 3B | 2F | 25 | 15B | 2A | 2C |
| Octal | 240 | 101 | 125 | 0 | 73 | 57 | 45 | 533 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1010101 | 0 | 111011 | 101111 | 100101 | 101011011 | 101010 | 101100 |
Color Harmonies of #A04155
Complementary color
Monochromatic Colors of #A04155
Black with #A04155
Text Example
Text Example
White with #A04155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04155; }
p { color: rgb(160,65,85); }
H1.HeaderClassName
{
color: #A04155;
}
.AnyTagClassName
{
color: #A04155;
}
</style>
background-color css
<style>
a { background-color: #A04155; }
a { background-color: rgb(160,65,85); }
div.DivClassName
{
background-color: #A04155;
}
.BgClassName
{
background-color: #A04155;
}
</style>
border-color css
<style>
span { border-color: #A04155; }
span { border-color: rgb(160,65,85); }
td.TdClassName
{
border-color: #A04155;
}
.TagClassName
{
border-color: #A04155;
}
</style>