Shades of Night Shadz #A0394B
Tints of Night Shadz #A0394B
RGB
CMYK
RGB Variations
Color information
#A0394B (or 0xA0394B) is known color: Night Shadz. HEX triplet: A0, 39 and 4B. RGB value is (160,57,75). Sum of RGB (Red+Green+Blue) = 160+57+75=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0394B is #5FC6B4. Grayscale: #595959. Windows color (decimal): -6276789 or 4929952. OLE color: 4929952.
HSL color Cylindrical-coordinate representation of color #A0394B: hue angle of 349.51º 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 #A0394B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 75 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.37 |
| HSL | 349.51º | 0.47% | 0.43% | - |
| HSV(B) | 349.51º | 0.64% | 0.63% | - |
| XYZ | 17.23 | 10.91 | 7.85 | - |
| YUV | 89.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 75 | 0 | 0.64 | 0.53 | 0.37 | 349.51 | 0.47 | 0.43 |
| Hex | A0 | 39 | 4B | 0 | 40 | 35 | 25 | 15E | 2F | 2B |
| Octal | 240 | 71 | 113 | 0 | 100 | 65 | 45 | 536 | 57 | 53 |
| Binary | 10100000 | 111001 | 1001011 | 0 | 1000000 | 110101 | 100101 | 101011110 | 101111 | 101011 |
Color Harmonies of #A0394B
Complementary color
Monochromatic Colors of #A0394B
Black with #A0394B
Text Example
Text Example
White with #A0394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0394B; }
p { color: rgb(160,57,75); }
H1.HeaderClassName
{
color: #A0394B;
}
.AnyTagClassName
{
color: #A0394B;
}
</style>
background-color css
<style>
a { background-color: #A0394B; }
a { background-color: rgb(160,57,75); }
div.DivClassName
{
background-color: #A0394B;
}
.BgClassName
{
background-color: #A0394B;
}
</style>
border-color css
<style>
span { border-color: #A0394B; }
span { border-color: rgb(160,57,75); }
td.TdClassName
{
border-color: #A0394B;
}
.TagClassName
{
border-color: #A0394B;
}
</style>