Shades of Night Shadz #A0365C
Tints of Night Shadz #A0365C
RGB
CMYK
RGB Variations
Color information
#A0365C (or 0xA0365C) is known color: Night Shadz. HEX triplet: A0, 36 and 5C. RGB value is (160,54,92). Sum of RGB (Red+Green+Blue) = 160+54+92=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0365C is #5FC9A3. Grayscale: #595959. Windows color (decimal): -6277540 or 6043296. OLE color: 6043296.
HSL color Cylindrical-coordinate representation of color #A0365C: hue angle of 338.49º 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 #A0365C is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 92 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.37 |
| HSL | 338.49º | 0.5% | 0.42% | - |
| HSV(B) | 338.49º | 0.66% | 0.63% | - |
| XYZ | 17.75 | 10.88 | 11.29 | - |
| YUV | 90.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 92 | 0 | 0.66 | 0.43 | 0.37 | 338.49 | 0.5 | 0.42 |
| Hex | A0 | 36 | 5C | 0 | 42 | 2B | 25 | 152 | 32 | 2A |
| Octal | 240 | 66 | 134 | 0 | 102 | 53 | 45 | 522 | 62 | 52 |
| Binary | 10100000 | 110110 | 1011100 | 0 | 1000010 | 101011 | 100101 | 101010010 | 110010 | 101010 |
Color Harmonies of #A0365C
Complementary color
Monochromatic Colors of #A0365C
Black with #A0365C
Text Example
Text Example
White with #A0365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0365C; }
p { color: rgb(160,54,92); }
H1.HeaderClassName
{
color: #A0365C;
}
.AnyTagClassName
{
color: #A0365C;
}
</style>
background-color css
<style>
a { background-color: #A0365C; }
a { background-color: rgb(160,54,92); }
div.DivClassName
{
background-color: #A0365C;
}
.BgClassName
{
background-color: #A0365C;
}
</style>
border-color css
<style>
span { border-color: #A0365C; }
span { border-color: rgb(160,54,92); }
td.TdClassName
{
border-color: #A0365C;
}
.TagClassName
{
border-color: #A0365C;
}
</style>