Shades of Night Shadz #A53A40
Tints of Night Shadz #A53A40
RGB
CMYK
RGB Variations
Color information
#A53A40 (or 0xA53A40) is known color: Night Shadz. HEX triplet: A5, 3A and 40. RGB value is (165,58,64). Sum of RGB (Red+Green+Blue) = 165+58+64=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A40 is #5AC5BF. Grayscale: #5A5A5A. Windows color (decimal): -5948864 or 4209317. OLE color: 4209317.
HSL color Cylindrical-coordinate representation of color #A53A40: hue angle of 356.64º 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 #A53A40 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 64 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.35 |
| HSL | 356.64º | 0.48% | 0.44% | - |
| HSV(B) | 356.64º | 0.65% | 0.65% | - |
| XYZ | 17.96 | 11.4 | 6.1 | - |
| YUV | 90.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 64 | 0 | 0.65 | 0.61 | 0.35 | 356.64 | 0.48 | 0.44 |
| Hex | A5 | 3A | 40 | 0 | 41 | 3D | 23 | 165 | 30 | 2C |
| Octal | 245 | 72 | 100 | 0 | 101 | 75 | 43 | 545 | 60 | 54 |
| Binary | 10100101 | 111010 | 1000000 | 0 | 1000001 | 111101 | 100011 | 101100101 | 110000 | 101100 |
Color Harmonies of #A53A40
Complementary color
Monochromatic Colors of #A53A40
Black with #A53A40
Text Example
Text Example
White with #A53A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A40; }
p { color: rgb(165,58,64); }
H1.HeaderClassName
{
color: #A53A40;
}
.AnyTagClassName
{
color: #A53A40;
}
</style>
background-color css
<style>
a { background-color: #A53A40; }
a { background-color: rgb(165,58,64); }
div.DivClassName
{
background-color: #A53A40;
}
.BgClassName
{
background-color: #A53A40;
}
</style>
border-color css
<style>
span { border-color: #A53A40; }
span { border-color: rgb(165,58,64); }
td.TdClassName
{
border-color: #A53A40;
}
.TagClassName
{
border-color: #A53A40;
}
</style>