Shades of Night Shadz #A0394A
Tints of Night Shadz #A0394A
RGB
CMYK
RGB Variations
Color information
#A0394A (or 0xA0394A) is known color: Night Shadz. HEX triplet: A0, 39 and 4A. RGB value is (160,57,74). Sum of RGB (Red+Green+Blue) = 160+57+74=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0394A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0394A is #5FC6B5. Grayscale: #595959. Windows color (decimal): -6276790 or 4864416. OLE color: 4864416.
HSL color Cylindrical-coordinate representation of color #A0394A: hue angle of 350.1º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0394A is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 74 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.37 |
| HSL | 350.1º | 0.47% | 0.43% | - |
| HSV(B) | 350.1º | 0.64% | 0.63% | - |
| XYZ | 17.2 | 10.89 | 7.68 | - |
| YUV | 89.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 74 | 0 | 0.64 | 0.54 | 0.37 | 350.1 | 0.47 | 0.43 |
| Hex | A0 | 39 | 4A | 0 | 40 | 36 | 25 | 15E | 2F | 2B |
| Octal | 240 | 71 | 112 | 0 | 100 | 66 | 45 | 536 | 57 | 53 |
| Binary | 10100000 | 111001 | 1001010 | 0 | 1000000 | 110110 | 100101 | 101011110 | 101111 | 101011 |
Color Harmonies of #A0394A
Complementary color
Monochromatic Colors of #A0394A
Black with #A0394A
Text Example
Text Example
White with #A0394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0394A; }
p { color: rgb(160,57,74); }
H1.HeaderClassName
{
color: #A0394A;
}
.AnyTagClassName
{
color: #A0394A;
}
</style>
background-color css
<style>
a { background-color: #A0394A; }
a { background-color: rgb(160,57,74); }
div.DivClassName
{
background-color: #A0394A;
}
.BgClassName
{
background-color: #A0394A;
}
</style>
border-color css
<style>
span { border-color: #A0394A; }
span { border-color: rgb(160,57,74); }
td.TdClassName
{
border-color: #A0394A;
}
.TagClassName
{
border-color: #A0394A;
}
</style>