Shades of Night Shadz #A4304A
Tints of Night Shadz #A4304A
RGB
CMYK
RGB Variations
Color information
#A4304A (or 0xA4304A) is known color: Night Shadz. HEX triplet: A4, 30 and 4A. RGB value is (164,48,74). Sum of RGB (Red+Green+Blue) = 164+48+74=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A4304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4304A is #5BCFB5. Grayscale: #555555. Windows color (decimal): -6016950 or 4862116. OLE color: 4862116.
HSL color Cylindrical-coordinate representation of color #A4304A: hue angle of 346.55º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4304A is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 74 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.36 |
| HSL | 346.55º | 0.55% | 0.42% | - |
| HSV(B) | 346.55º | 0.71% | 0.64% | - |
| XYZ | 17.6 | 10.5 | 7.58 | - |
| YUV | 85.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 74 | 0 | 0.71 | 0.55 | 0.36 | 346.55 | 0.55 | 0.42 |
| Hex | A4 | 30 | 4A | 0 | 47 | 37 | 24 | 15B | 37 | 2A |
| Octal | 244 | 60 | 112 | 0 | 107 | 67 | 44 | 533 | 67 | 52 |
| Binary | 10100100 | 110000 | 1001010 | 0 | 1000111 | 110111 | 100100 | 101011011 | 110111 | 101010 |
Color Harmonies of #A4304A
Complementary color
Monochromatic Colors of #A4304A
Black with #A4304A
Text Example
Text Example
White with #A4304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4304A; }
p { color: rgb(164,48,74); }
H1.HeaderClassName
{
color: #A4304A;
}
.AnyTagClassName
{
color: #A4304A;
}
</style>
background-color css
<style>
a { background-color: #A4304A; }
a { background-color: rgb(164,48,74); }
div.DivClassName
{
background-color: #A4304A;
}
.BgClassName
{
background-color: #A4304A;
}
</style>
border-color css
<style>
span { border-color: #A4304A; }
span { border-color: rgb(164,48,74); }
td.TdClassName
{
border-color: #A4304A;
}
.TagClassName
{
border-color: #A4304A;
}
</style>