Shades of Night Shadz #A53D55
Tints of Night Shadz #A53D55
RGB
CMYK
RGB Variations
Color information
#A53D55 (or 0xA53D55) is known color: Night Shadz. HEX triplet: A5, 3D and 55. RGB value is (165,61,85). Sum of RGB (Red+Green+Blue) = 165+61+85=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53D55 is #5AC2AA. Grayscale: #5E5E5E. Windows color (decimal): -5948075 or 5586341. OLE color: 5586341.
HSL color Cylindrical-coordinate representation of color #A53D55: hue angle of 346.15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D55 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 85 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.35 |
| HSL | 346.15º | 0.46% | 0.44% | - |
| HSV(B) | 346.15º | 0.63% | 0.65% | - |
| XYZ | 18.83 | 11.99 | 9.92 | - |
| YUV | 94.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 85 | 0 | 0.63 | 0.48 | 0.35 | 346.15 | 0.46 | 0.44 |
| Hex | A5 | 3D | 55 | 0 | 3F | 30 | 23 | 15A | 2E | 2C |
| Octal | 245 | 75 | 125 | 0 | 77 | 60 | 43 | 532 | 56 | 54 |
| Binary | 10100101 | 111101 | 1010101 | 0 | 111111 | 110000 | 100011 | 101011010 | 101110 | 101100 |
Color Harmonies of #A53D55
Complementary color
Monochromatic Colors of #A53D55
Black with #A53D55
Text Example
Text Example
White with #A53D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D55; }
p { color: rgb(165,61,85); }
H1.HeaderClassName
{
color: #A53D55;
}
.AnyTagClassName
{
color: #A53D55;
}
</style>
background-color css
<style>
a { background-color: #A53D55; }
a { background-color: rgb(165,61,85); }
div.DivClassName
{
background-color: #A53D55;
}
.BgClassName
{
background-color: #A53D55;
}
</style>
border-color css
<style>
span { border-color: #A53D55; }
span { border-color: rgb(165,61,85); }
td.TdClassName
{
border-color: #A53D55;
}
.TagClassName
{
border-color: #A53D55;
}
</style>