Shades of Night Shadz #A73957
Tints of Night Shadz #A73957
RGB
CMYK
RGB Variations
Color information
#A73957 (or 0xA73957) is known color: Night Shadz. HEX triplet: A7, 39 and 57. RGB value is (167,57,87). Sum of RGB (Red+Green+Blue) = 167+57+87=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A73957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73957 is #58C6A8. Grayscale: #5D5D5D. Windows color (decimal): -5818025 or 5716391. OLE color: 5716391.
HSL color Cylindrical-coordinate representation of color #A73957: hue angle of 343.64º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73957 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 87 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.35 |
| HSL | 343.64º | 0.49% | 0.44% | - |
| HSV(B) | 343.64º | 0.66% | 0.65% | - |
| XYZ | 19.12 | 11.83 | 10.29 | - |
| YUV | 93.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 87 | 0 | 0.66 | 0.48 | 0.35 | 343.64 | 0.49 | 0.44 |
| Hex | A7 | 39 | 57 | 0 | 42 | 30 | 23 | 158 | 31 | 2C |
| Octal | 247 | 71 | 127 | 0 | 102 | 60 | 43 | 530 | 61 | 54 |
| Binary | 10100111 | 111001 | 1010111 | 0 | 1000010 | 110000 | 100011 | 101011000 | 110001 | 101100 |
Color Harmonies of #A73957
Complementary color
Monochromatic Colors of #A73957
Black with #A73957
Text Example
Text Example
White with #A73957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73957; }
p { color: rgb(167,57,87); }
H1.HeaderClassName
{
color: #A73957;
}
.AnyTagClassName
{
color: #A73957;
}
</style>
background-color css
<style>
a { background-color: #A73957; }
a { background-color: rgb(167,57,87); }
div.DivClassName
{
background-color: #A73957;
}
.BgClassName
{
background-color: #A73957;
}
</style>
border-color css
<style>
span { border-color: #A73957; }
span { border-color: rgb(167,57,87); }
td.TdClassName
{
border-color: #A73957;
}
.TagClassName
{
border-color: #A73957;
}
</style>