Shades of Night Shadz #A54651
Tints of Night Shadz #A54651
RGB
CMYK
RGB Variations
Color information
#A54651 (or 0xA54651) is known color: Night Shadz. HEX triplet: A5, 46 and 51. RGB value is (165,70,81). Sum of RGB (Red+Green+Blue) = 165+70+81=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A54651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54651 is #5AB9AE. Grayscale: #636363. Windows color (decimal): -5945775 or 5326501. OLE color: 5326501.
HSL color Cylindrical-coordinate representation of color #A54651: hue angle of 353.05º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54651 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 81 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.35 |
| HSL | 353.05º | 0.4% | 0.46% | - |
| HSV(B) | 353.05º | 0.58% | 0.65% | - |
| XYZ | 19.19 | 12.97 | 9.28 | - |
| YUV | 99.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 81 | 0 | 0.58 | 0.51 | 0.35 | 353.05 | 0.4 | 0.46 |
| Hex | A5 | 46 | 51 | 0 | 3A | 33 | 23 | 161 | 28 | 2E |
| Octal | 245 | 106 | 121 | 0 | 72 | 63 | 43 | 541 | 50 | 56 |
| Binary | 10100101 | 1000110 | 1010001 | 0 | 111010 | 110011 | 100011 | 101100001 | 101000 | 101110 |
Color Harmonies of #A54651
Complementary color
Monochromatic Colors of #A54651
Black with #A54651
Text Example
Text Example
White with #A54651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54651; }
p { color: rgb(165,70,81); }
H1.HeaderClassName
{
color: #A54651;
}
.AnyTagClassName
{
color: #A54651;
}
</style>
background-color css
<style>
a { background-color: #A54651; }
a { background-color: rgb(165,70,81); }
div.DivClassName
{
background-color: #A54651;
}
.BgClassName
{
background-color: #A54651;
}
</style>
border-color css
<style>
span { border-color: #A54651; }
span { border-color: rgb(165,70,81); }
td.TdClassName
{
border-color: #A54651;
}
.TagClassName
{
border-color: #A54651;
}
</style>