Shades of Night Shadz #A93353
Tints of Night Shadz #A93353
RGB
CMYK
RGB Variations
Color information
#A93353 (or 0xA93353) is known color: Night Shadz. HEX triplet: A9, 33 and 53. RGB value is (169,51,83). Sum of RGB (Red+Green+Blue) = 169+51+83=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A93353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93353 is #56CCAC. Grayscale: #595959. Windows color (decimal): -5688493 or 5452713. OLE color: 5452713.
HSL color Cylindrical-coordinate representation of color #A93353: hue angle of 343.73º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93353 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 83 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.34 |
| HSL | 343.73º | 0.54% | 0.43% | - |
| HSV(B) | 343.73º | 0.7% | 0.66% | - |
| XYZ | 19.11 | 11.43 | 9.38 | - |
| YUV | 89.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 83 | 0 | 0.70 | 0.51 | 0.34 | 343.73 | 0.54 | 0.43 |
| Hex | A9 | 33 | 53 | 0 | 46 | 33 | 22 | 158 | 36 | 2B |
| Octal | 251 | 63 | 123 | 0 | 106 | 63 | 42 | 530 | 66 | 53 |
| Binary | 10101001 | 110011 | 1010011 | 0 | 1000110 | 110011 | 100010 | 101011000 | 110110 | 101011 |
Color Harmonies of #A93353
Complementary color
Monochromatic Colors of #A93353
Black with #A93353
Text Example
Text Example
White with #A93353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93353; }
p { color: rgb(169,51,83); }
H1.HeaderClassName
{
color: #A93353;
}
.AnyTagClassName
{
color: #A93353;
}
</style>
background-color css
<style>
a { background-color: #A93353; }
a { background-color: rgb(169,51,83); }
div.DivClassName
{
background-color: #A93353;
}
.BgClassName
{
background-color: #A93353;
}
</style>
border-color css
<style>
span { border-color: #A93353; }
span { border-color: rgb(169,51,83); }
td.TdClassName
{
border-color: #A93353;
}
.TagClassName
{
border-color: #A93353;
}
</style>