Shades of Night Shadz #A53958
Tints of Night Shadz #A53958
RGB
CMYK
RGB Variations
Color information
#A53958 (or 0xA53958) is known color: Night Shadz. HEX triplet: A5, 39 and 58. RGB value is (165,57,88). Sum of RGB (Red+Green+Blue) = 165+57+88=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A53958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53958 is #5AC6A7. Grayscale: #5C5C5C. Windows color (decimal): -5949096 or 5781925. OLE color: 5781925.
HSL color Cylindrical-coordinate representation of color #A53958: hue angle of 342.78º degrees, saturation: 0.49, 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 #A53958 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 88 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.35 |
| HSL | 342.78º | 0.49% | 0.44% | - |
| HSV(B) | 342.78º | 0.65% | 0.65% | - |
| XYZ | 18.74 | 11.63 | 10.49 | - |
| YUV | 92.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 88 | 0 | 0.65 | 0.47 | 0.35 | 342.78 | 0.49 | 0.44 |
| Hex | A5 | 39 | 58 | 0 | 41 | 2F | 23 | 157 | 31 | 2C |
| Octal | 245 | 71 | 130 | 0 | 101 | 57 | 43 | 527 | 61 | 54 |
| Binary | 10100101 | 111001 | 1011000 | 0 | 1000001 | 101111 | 100011 | 101010111 | 110001 | 101100 |
Color Harmonies of #A53958
Complementary color
Monochromatic Colors of #A53958
Black with #A53958
Text Example
Text Example
White with #A53958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53958; }
p { color: rgb(165,57,88); }
H1.HeaderClassName
{
color: #A53958;
}
.AnyTagClassName
{
color: #A53958;
}
</style>
background-color css
<style>
a { background-color: #A53958; }
a { background-color: rgb(165,57,88); }
div.DivClassName
{
background-color: #A53958;
}
.BgClassName
{
background-color: #A53958;
}
</style>
border-color css
<style>
span { border-color: #A53958; }
span { border-color: rgb(165,57,88); }
td.TdClassName
{
border-color: #A53958;
}
.TagClassName
{
border-color: #A53958;
}
</style>