Shades of Night Shadz #A5324D
Tints of Night Shadz #A5324D
RGB
CMYK
RGB Variations
Color information
#A5324D (or 0xA5324D) is known color: Night Shadz. HEX triplet: A5, 32 and 4D. RGB value is (165,50,77). Sum of RGB (Red+Green+Blue) = 165+50+77=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5324D is #5ACDB2. Grayscale: #575757. Windows color (decimal): -5950899 or 5059237. OLE color: 5059237.
HSL color Cylindrical-coordinate representation of color #A5324D: hue angle of 345.91º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5324D is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 77 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.35 |
| HSL | 345.91º | 0.53% | 0.42% | - |
| HSV(B) | 345.91º | 0.7% | 0.65% | - |
| XYZ | 18 | 10.82 | 8.16 | - |
| YUV | 87.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 77 | 0 | 0.70 | 0.53 | 0.35 | 345.91 | 0.53 | 0.42 |
| Hex | A5 | 32 | 4D | 0 | 46 | 35 | 23 | 15A | 35 | 2A |
| Octal | 245 | 62 | 115 | 0 | 106 | 65 | 43 | 532 | 65 | 52 |
| Binary | 10100101 | 110010 | 1001101 | 0 | 1000110 | 110101 | 100011 | 101011010 | 110101 | 101010 |
Color Harmonies of #A5324D
Complementary color
Monochromatic Colors of #A5324D
Black with #A5324D
Text Example
Text Example
White with #A5324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5324D; }
p { color: rgb(165,50,77); }
H1.HeaderClassName
{
color: #A5324D;
}
.AnyTagClassName
{
color: #A5324D;
}
</style>
background-color css
<style>
a { background-color: #A5324D; }
a { background-color: rgb(165,50,77); }
div.DivClassName
{
background-color: #A5324D;
}
.BgClassName
{
background-color: #A5324D;
}
</style>
border-color css
<style>
span { border-color: #A5324D; }
span { border-color: rgb(165,50,77); }
td.TdClassName
{
border-color: #A5324D;
}
.TagClassName
{
border-color: #A5324D;
}
</style>