Shades of Night Shadz #A73F59
Tints of Night Shadz #A73F59
RGB
CMYK
RGB Variations
Color information
#A73F59 (or 0xA73F59) is known color: Night Shadz. HEX triplet: A7, 3F and 59. RGB value is (167,63,89). Sum of RGB (Red+Green+Blue) = 167+63+89=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73F59 is #58C0A6. Grayscale: #616161. Windows color (decimal): -5816487 or 5848999. OLE color: 5848999.
HSL color Cylindrical-coordinate representation of color #A73F59: hue angle of 345º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A73F59 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 63 | 89 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.35 |
| HSL | 345º | 0.45% | 0.45% | - |
| HSV(B) | 345º | 0.62% | 0.65% | - |
| XYZ | 19.52 | 12.49 | 10.83 | - |
| YUV | 97.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 89 | 0 | 0.62 | 0.47 | 0.35 | 345 | 0.45 | 0.45 |
| Hex | A7 | 3F | 59 | 0 | 3E | 2F | 23 | 159 | 2D | 2D |
| Octal | 247 | 77 | 131 | 0 | 76 | 57 | 43 | 531 | 55 | 55 |
| Binary | 10100111 | 111111 | 1011001 | 0 | 111110 | 101111 | 100011 | 101011001 | 101101 | 101101 |
Color Harmonies of #A73F59
Complementary color
Monochromatic Colors of #A73F59
Black with #A73F59
Text Example
Text Example
White with #A73F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73F59; }
p { color: rgb(167,63,89); }
H1.HeaderClassName
{
color: #A73F59;
}
.AnyTagClassName
{
color: #A73F59;
}
</style>
background-color css
<style>
a { background-color: #A73F59; }
a { background-color: rgb(167,63,89); }
div.DivClassName
{
background-color: #A73F59;
}
.BgClassName
{
background-color: #A73F59;
}
</style>
border-color css
<style>
span { border-color: #A73F59; }
span { border-color: rgb(167,63,89); }
td.TdClassName
{
border-color: #A73F59;
}
.TagClassName
{
border-color: #A73F59;
}
</style>