Shades of Night Shadz #A04450
Tints of Night Shadz #A04450
RGB
CMYK
RGB Variations
Color information
#A04450 (or 0xA04450) is known color: Night Shadz. HEX triplet: A0, 44 and 50. RGB value is (160,68,80). Sum of RGB (Red+Green+Blue) = 160+68+80=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A04450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04450 is #5FBBAF. Grayscale: #606060. Windows color (decimal): -6273968 or 5260448. OLE color: 5260448.
HSL color Cylindrical-coordinate representation of color #A04450: hue angle of 352.17º 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 #A04450 is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 68 | 80 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.37 |
| HSL | 352.17º | 0.4% | 0.45% | - |
| HSV(B) | 352.17º | 0.58% | 0.63% | - |
| XYZ | 18.01 | 12.19 | 8.99 | - |
| YUV | 96.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 80 | 0 | 0.57 | 0.5 | 0.37 | 352.17 | 0.4 | 0.45 |
| Hex | A0 | 44 | 50 | 0 | 39 | 32 | 25 | 160 | 28 | 2D |
| Octal | 240 | 104 | 120 | 0 | 71 | 62 | 45 | 540 | 50 | 55 |
| Binary | 10100000 | 1000100 | 1010000 | 0 | 111001 | 110010 | 100101 | 101100000 | 101000 | 101101 |
Color Harmonies of #A04450
Complementary color
Monochromatic Colors of #A04450
Black with #A04450
Text Example
Text Example
White with #A04450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04450; }
p { color: rgb(160,68,80); }
H1.HeaderClassName
{
color: #A04450;
}
.AnyTagClassName
{
color: #A04450;
}
</style>
background-color css
<style>
a { background-color: #A04450; }
a { background-color: rgb(160,68,80); }
div.DivClassName
{
background-color: #A04450;
}
.BgClassName
{
background-color: #A04450;
}
</style>
border-color css
<style>
span { border-color: #A04450; }
span { border-color: rgb(160,68,80); }
td.TdClassName
{
border-color: #A04450;
}
.TagClassName
{
border-color: #A04450;
}
</style>