Shades of Night Shadz #A53A52
Tints of Night Shadz #A53A52
RGB
CMYK
RGB Variations
Color information
#A53A52 (or 0xA53A52) is known color: Night Shadz. HEX triplet: A5, 3A and 52. RGB value is (165,58,82). Sum of RGB (Red+Green+Blue) = 165+58+82=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A52 is #5AC5AD. Grayscale: #5C5C5C. Windows color (decimal): -5948846 or 5388965. OLE color: 5388965.
HSL color Cylindrical-coordinate representation of color #A53A52: hue angle of 346.54º 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 #A53A52 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 82 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.35 |
| HSL | 346.54º | 0.48% | 0.44% | - |
| HSV(B) | 346.54º | 0.65% | 0.65% | - |
| XYZ | 18.55 | 11.63 | 9.25 | - |
| YUV | 92.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 82 | 0 | 0.65 | 0.50 | 0.35 | 346.54 | 0.48 | 0.44 |
| Hex | A5 | 3A | 52 | 0 | 41 | 32 | 23 | 15B | 30 | 2C |
| Octal | 245 | 72 | 122 | 0 | 101 | 62 | 43 | 533 | 60 | 54 |
| Binary | 10100101 | 111010 | 1010010 | 0 | 1000001 | 110010 | 100011 | 101011011 | 110000 | 101100 |
Color Harmonies of #A53A52
Complementary color
Monochromatic Colors of #A53A52
Black with #A53A52
Text Example
Text Example
White with #A53A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A52; }
p { color: rgb(165,58,82); }
H1.HeaderClassName
{
color: #A53A52;
}
.AnyTagClassName
{
color: #A53A52;
}
</style>
background-color css
<style>
a { background-color: #A53A52; }
a { background-color: rgb(165,58,82); }
div.DivClassName
{
background-color: #A53A52;
}
.BgClassName
{
background-color: #A53A52;
}
</style>
border-color css
<style>
span { border-color: #A53A52; }
span { border-color: rgb(165,58,82); }
td.TdClassName
{
border-color: #A53A52;
}
.TagClassName
{
border-color: #A53A52;
}
</style>