Shades of Night Shadz #A04055
Tints of Night Shadz #A04055
RGB
CMYK
RGB Variations
Color information
#A04055 (or 0xA04055) is known color: Night Shadz. HEX triplet: A0, 40 and 55. RGB value is (160,64,85). Sum of RGB (Red+Green+Blue) = 160+64+85=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A04055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04055 is #5FBFAA. Grayscale: #5F5F5F. Windows color (decimal): -6274987 or 5587104. OLE color: 5587104.
HSL color Cylindrical-coordinate representation of color #A04055: hue angle of 346.88º 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 #A04055 is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 85 | - |
| CMYK | 0 | 0.6 | 0.47 | 0.37 |
| HSL | 346.88º | 0.43% | 0.44% | - |
| HSV(B) | 346.88º | 0.6% | 0.63% | - |
| XYZ | 17.97 | 11.8 | 9.92 | - |
| YUV | 95.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 85 | 0 | 0.6 | 0.47 | 0.37 | 346.88 | 0.43 | 0.44 |
| Hex | A0 | 40 | 55 | 0 | 3C | 2F | 25 | 15B | 2B | 2C |
| Octal | 240 | 100 | 125 | 0 | 74 | 57 | 45 | 533 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1010101 | 0 | 111100 | 101111 | 100101 | 101011011 | 101011 | 101100 |
Color Harmonies of #A04055
Complementary color
Monochromatic Colors of #A04055
Black with #A04055
Text Example
Text Example
White with #A04055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04055; }
p { color: rgb(160,64,85); }
H1.HeaderClassName
{
color: #A04055;
}
.AnyTagClassName
{
color: #A04055;
}
</style>
background-color css
<style>
a { background-color: #A04055; }
a { background-color: rgb(160,64,85); }
div.DivClassName
{
background-color: #A04055;
}
.BgClassName
{
background-color: #A04055;
}
</style>
border-color css
<style>
span { border-color: #A04055; }
span { border-color: rgb(160,64,85); }
td.TdClassName
{
border-color: #A04055;
}
.TagClassName
{
border-color: #A04055;
}
</style>