Shades of Night Shadz #A54553
Tints of Night Shadz #A54553
RGB
CMYK
RGB Variations
Color information
#A54553 (or 0xA54553) is known color: Night Shadz. HEX triplet: A5, 45 and 53. RGB value is (165,69,83). Sum of RGB (Red+Green+Blue) = 165+69+83=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A54553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54553 is #5ABAAC. Grayscale: #636363. Windows color (decimal): -5946029 or 5457317. OLE color: 5457317.
HSL color Cylindrical-coordinate representation of color #A54553: hue angle of 351.25º degrees, saturation: 0.41, 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 #A54553 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 83 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.35 |
| HSL | 351.25º | 0.41% | 0.46% | - |
| HSV(B) | 351.25º | 0.58% | 0.65% | - |
| XYZ | 19.21 | 12.88 | 9.66 | - |
| YUV | 99.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 83 | 0 | 0.58 | 0.50 | 0.35 | 351.25 | 0.41 | 0.46 |
| Hex | A5 | 45 | 53 | 0 | 3A | 32 | 23 | 15F | 29 | 2E |
| Octal | 245 | 105 | 123 | 0 | 72 | 62 | 43 | 537 | 51 | 56 |
| Binary | 10100101 | 1000101 | 1010011 | 0 | 111010 | 110010 | 100011 | 101011111 | 101001 | 101110 |
Color Harmonies of #A54553
Complementary color
Monochromatic Colors of #A54553
Black with #A54553
Text Example
Text Example
White with #A54553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54553; }
p { color: rgb(165,69,83); }
H1.HeaderClassName
{
color: #A54553;
}
.AnyTagClassName
{
color: #A54553;
}
</style>
background-color css
<style>
a { background-color: #A54553; }
a { background-color: rgb(165,69,83); }
div.DivClassName
{
background-color: #A54553;
}
.BgClassName
{
background-color: #A54553;
}
</style>
border-color css
<style>
span { border-color: #A54553; }
span { border-color: rgb(165,69,83); }
td.TdClassName
{
border-color: #A54553;
}
.TagClassName
{
border-color: #A54553;
}
</style>