Shades of Night Shadz #A53545
Tints of Night Shadz #A53545
RGB
CMYK
RGB Variations
Color information
#A53545 (or 0xA53545) is known color: Night Shadz. HEX triplet: A5, 35 and 45. RGB value is (165,53,69). Sum of RGB (Red+Green+Blue) = 165+53+69=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A53545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53545 is #5ACABA. Grayscale: #585858. Windows color (decimal): -5950139 or 4535717. OLE color: 4535717.
HSL color Cylindrical-coordinate representation of color #A53545: hue angle of 351.43º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53545 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 53 | 69 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.35 |
| HSL | 351.43º | 0.51% | 0.43% | - |
| HSV(B) | 351.43º | 0.68% | 0.65% | - |
| XYZ | 17.86 | 10.98 | 6.81 | - |
| YUV | 88.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 53 | 69 | 0 | 0.68 | 0.58 | 0.35 | 351.43 | 0.51 | 0.43 |
| Hex | A5 | 35 | 45 | 0 | 44 | 3A | 23 | 15F | 33 | 2B |
| Octal | 245 | 65 | 105 | 0 | 104 | 72 | 43 | 537 | 63 | 53 |
| Binary | 10100101 | 110101 | 1000101 | 0 | 1000100 | 111010 | 100011 | 101011111 | 110011 | 101011 |
Color Harmonies of #A53545
Complementary color
Monochromatic Colors of #A53545
Black with #A53545
Text Example
Text Example
White with #A53545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53545; }
p { color: rgb(165,53,69); }
H1.HeaderClassName
{
color: #A53545;
}
.AnyTagClassName
{
color: #A53545;
}
</style>
background-color css
<style>
a { background-color: #A53545; }
a { background-color: rgb(165,53,69); }
div.DivClassName
{
background-color: #A53545;
}
.BgClassName
{
background-color: #A53545;
}
</style>
border-color css
<style>
span { border-color: #A53545; }
span { border-color: rgb(165,53,69); }
td.TdClassName
{
border-color: #A53545;
}
.TagClassName
{
border-color: #A53545;
}
</style>