Shades of Night Shadz #A0364A
Tints of Night Shadz #A0364A
RGB
CMYK
RGB Variations
Color information
#A0364A (or 0xA0364A) is known color: Night Shadz. HEX triplet: A0, 36 and 4A. RGB value is (160,54,74). Sum of RGB (Red+Green+Blue) = 160+54+74=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0364A is #5FC9B5. Grayscale: #585858. Windows color (decimal): -6277558 or 4863648. OLE color: 4863648.
HSL color Cylindrical-coordinate representation of color #A0364A: hue angle of 348.68º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0364A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 74 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.37 |
| HSL | 348.68º | 0.5% | 0.42% | - |
| HSV(B) | 348.68º | 0.66% | 0.63% | - |
| XYZ | 17.05 | 10.61 | 7.63 | - |
| YUV | 87.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 74 | 0 | 0.66 | 0.54 | 0.37 | 348.68 | 0.5 | 0.42 |
| Hex | A0 | 36 | 4A | 0 | 42 | 36 | 25 | 15D | 32 | 2A |
| Octal | 240 | 66 | 112 | 0 | 102 | 66 | 45 | 535 | 62 | 52 |
| Binary | 10100000 | 110110 | 1001010 | 0 | 1000010 | 110110 | 100101 | 101011101 | 110010 | 101010 |
Color Harmonies of #A0364A
Complementary color
Monochromatic Colors of #A0364A
Black with #A0364A
Text Example
Text Example
White with #A0364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0364A; }
p { color: rgb(160,54,74); }
H1.HeaderClassName
{
color: #A0364A;
}
.AnyTagClassName
{
color: #A0364A;
}
</style>
background-color css
<style>
a { background-color: #A0364A; }
a { background-color: rgb(160,54,74); }
div.DivClassName
{
background-color: #A0364A;
}
.BgClassName
{
background-color: #A0364A;
}
</style>
border-color css
<style>
span { border-color: #A0364A; }
span { border-color: rgb(160,54,74); }
td.TdClassName
{
border-color: #A0364A;
}
.TagClassName
{
border-color: #A0364A;
}
</style>