Shades of Night Shadz #A53A50
Tints of Night Shadz #A53A50
RGB
CMYK
RGB Variations
Color information
#A53A50 (or 0xA53A50) is known color: Night Shadz. HEX triplet: A5, 3A and 50. RGB value is (165,58,80). Sum of RGB (Red+Green+Blue) = 165+58+80=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A50 is #5AC5AF. Grayscale: #5C5C5C. Windows color (decimal): -5948848 or 5257893. OLE color: 5257893.
HSL color Cylindrical-coordinate representation of color #A53A50: hue angle of 347.66º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A50 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 80 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.35 |
| HSL | 347.66º | 0.48% | 0.44% | - |
| HSV(B) | 347.66º | 0.65% | 0.65% | - |
| XYZ | 18.48 | 11.6 | 8.86 | - |
| YUV | 92.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 80 | 0 | 0.65 | 0.52 | 0.35 | 347.66 | 0.48 | 0.44 |
| Hex | A5 | 3A | 50 | 0 | 41 | 34 | 23 | 15C | 30 | 2C |
| Octal | 245 | 72 | 120 | 0 | 101 | 64 | 43 | 534 | 60 | 54 |
| Binary | 10100101 | 111010 | 1010000 | 0 | 1000001 | 110100 | 100011 | 101011100 | 110000 | 101100 |
Color Harmonies of #A53A50
Complementary color
Monochromatic Colors of #A53A50
Black with #A53A50
Text Example
Text Example
White with #A53A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A50; }
p { color: rgb(165,58,80); }
H1.HeaderClassName
{
color: #A53A50;
}
.AnyTagClassName
{
color: #A53A50;
}
</style>
background-color css
<style>
a { background-color: #A53A50; }
a { background-color: rgb(165,58,80); }
div.DivClassName
{
background-color: #A53A50;
}
.BgClassName
{
background-color: #A53A50;
}
</style>
border-color css
<style>
span { border-color: #A53A50; }
span { border-color: rgb(165,58,80); }
td.TdClassName
{
border-color: #A53A50;
}
.TagClassName
{
border-color: #A53A50;
}
</style>