Shades of Night Shadz #A0384B
Tints of Night Shadz #A0384B
RGB
CMYK
RGB Variations
Color information
#A0384B (or 0xA0384B) is known color: Night Shadz. HEX triplet: A0, 38 and 4B. RGB value is (160,56,75). Sum of RGB (Red+Green+Blue) = 160+56+75=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0384B is #5FC7B4. Grayscale: #595959. Windows color (decimal): -6277045 or 4929696. OLE color: 4929696.
HSL color Cylindrical-coordinate representation of color #A0384B: hue angle of 349.04º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0384B is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 75 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.37 |
| HSL | 349.04º | 0.48% | 0.42% | - |
| HSV(B) | 349.04º | 0.65% | 0.63% | - |
| XYZ | 17.18 | 10.81 | 7.84 | - |
| YUV | 89.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 75 | 0 | 0.65 | 0.53 | 0.37 | 349.04 | 0.48 | 0.42 |
| Hex | A0 | 38 | 4B | 0 | 41 | 35 | 25 | 15D | 30 | 2A |
| Octal | 240 | 70 | 113 | 0 | 101 | 65 | 45 | 535 | 60 | 52 |
| Binary | 10100000 | 111000 | 1001011 | 0 | 1000001 | 110101 | 100101 | 101011101 | 110000 | 101010 |
Color Harmonies of #A0384B
Complementary color
Monochromatic Colors of #A0384B
Black with #A0384B
Text Example
Text Example
White with #A0384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0384B; }
p { color: rgb(160,56,75); }
H1.HeaderClassName
{
color: #A0384B;
}
.AnyTagClassName
{
color: #A0384B;
}
</style>
background-color css
<style>
a { background-color: #A0384B; }
a { background-color: rgb(160,56,75); }
div.DivClassName
{
background-color: #A0384B;
}
.BgClassName
{
background-color: #A0384B;
}
</style>
border-color css
<style>
span { border-color: #A0384B; }
span { border-color: rgb(160,56,75); }
td.TdClassName
{
border-color: #A0384B;
}
.TagClassName
{
border-color: #A0384B;
}
</style>