Shades of Night Shadz #A0384D
Tints of Night Shadz #A0384D
RGB
CMYK
RGB Variations
Color information
#A0384D (or 0xA0384D) is known color: Night Shadz. HEX triplet: A0, 38 and 4D. RGB value is (160,56,77). Sum of RGB (Red+Green+Blue) = 160+56+77=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0384D is #5FC7B2. Grayscale: #595959. Windows color (decimal): -6277043 or 5060768. OLE color: 5060768.
HSL color Cylindrical-coordinate representation of color #A0384D: hue angle of 347.88º 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 #A0384D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 77 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.37 |
| HSL | 347.88º | 0.48% | 0.42% | - |
| HSV(B) | 347.88º | 0.65% | 0.63% | - |
| XYZ | 17.25 | 10.84 | 8.2 | - |
| YUV | 89.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 77 | 0 | 0.65 | 0.52 | 0.37 | 347.88 | 0.48 | 0.42 |
| Hex | A0 | 38 | 4D | 0 | 41 | 34 | 25 | 15C | 30 | 2A |
| Octal | 240 | 70 | 115 | 0 | 101 | 64 | 45 | 534 | 60 | 52 |
| Binary | 10100000 | 111000 | 1001101 | 0 | 1000001 | 110100 | 100101 | 101011100 | 110000 | 101010 |
Color Harmonies of #A0384D
Complementary color
Monochromatic Colors of #A0384D
Black with #A0384D
Text Example
Text Example
White with #A0384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0384D; }
p { color: rgb(160,56,77); }
H1.HeaderClassName
{
color: #A0384D;
}
.AnyTagClassName
{
color: #A0384D;
}
</style>
background-color css
<style>
a { background-color: #A0384D; }
a { background-color: rgb(160,56,77); }
div.DivClassName
{
background-color: #A0384D;
}
.BgClassName
{
background-color: #A0384D;
}
</style>
border-color css
<style>
span { border-color: #A0384D; }
span { border-color: rgb(160,56,77); }
td.TdClassName
{
border-color: #A0384D;
}
.TagClassName
{
border-color: #A0384D;
}
</style>