Shades of Night Shadz #A53755
Tints of Night Shadz #A53755
RGB
CMYK
RGB Variations
Color information
#A53755 (or 0xA53755) is known color: Night Shadz. HEX triplet: A5, 37 and 55. RGB value is (165,55,85). Sum of RGB (Red+Green+Blue) = 165+55+85=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A53755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53755 is #5AC8AA. Grayscale: #5B5B5B. Windows color (decimal): -5949611 or 5584805. OLE color: 5584805.
HSL color Cylindrical-coordinate representation of color #A53755: hue angle of 343.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53755 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 55 | 85 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.35 |
| HSL | 343.64º | 0.5% | 0.43% | - |
| HSV(B) | 343.64º | 0.67% | 0.65% | - |
| XYZ | 18.52 | 11.39 | 9.82 | - |
| YUV | 91.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 85 | 0 | 0.67 | 0.48 | 0.35 | 343.64 | 0.5 | 0.43 |
| Hex | A5 | 37 | 55 | 0 | 43 | 30 | 23 | 158 | 32 | 2B |
| Octal | 245 | 67 | 125 | 0 | 103 | 60 | 43 | 530 | 62 | 53 |
| Binary | 10100101 | 110111 | 1010101 | 0 | 1000011 | 110000 | 100011 | 101011000 | 110010 | 101011 |
Color Harmonies of #A53755
Complementary color
Monochromatic Colors of #A53755
Black with #A53755
Text Example
Text Example
White with #A53755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53755; }
p { color: rgb(165,55,85); }
H1.HeaderClassName
{
color: #A53755;
}
.AnyTagClassName
{
color: #A53755;
}
</style>
background-color css
<style>
a { background-color: #A53755; }
a { background-color: rgb(165,55,85); }
div.DivClassName
{
background-color: #A53755;
}
.BgClassName
{
background-color: #A53755;
}
</style>
border-color css
<style>
span { border-color: #A53755; }
span { border-color: rgb(165,55,85); }
td.TdClassName
{
border-color: #A53755;
}
.TagClassName
{
border-color: #A53755;
}
</style>