Shades of Night Shadz #AB3546
Tints of Night Shadz #AB3546
RGB
CMYK
RGB Variations
Color information
#AB3546 (or 0xAB3546) is known color: Night Shadz. HEX triplet: AB, 35 and 46. RGB value is (171,53,70). Sum of RGB (Red+Green+Blue) = 171+53+70=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3546 is #54CAB9. Grayscale: #5A5A5A. Windows color (decimal): -5556922 or 4601259. OLE color: 4601259.
HSL color Cylindrical-coordinate representation of color #AB3546: hue angle of 351.36º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3546 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 70 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.33 |
| HSL | 351.36º | 0.53% | 0.44% | - |
| HSV(B) | 351.36º | 0.69% | 0.67% | - |
| XYZ | 19.17 | 11.65 | 7.03 | - |
| YUV | 90.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 70 | 0 | 0.69 | 0.59 | 0.33 | 351.36 | 0.53 | 0.44 |
| Hex | AB | 35 | 46 | 0 | 45 | 3B | 21 | 15F | 35 | 2C |
| Octal | 253 | 65 | 106 | 0 | 105 | 73 | 41 | 537 | 65 | 54 |
| Binary | 10101011 | 110101 | 1000110 | 0 | 1000101 | 111011 | 100001 | 101011111 | 110101 | 101100 |
Color Harmonies of #AB3546
Complementary color
Monochromatic Colors of #AB3546
Black with #AB3546
Text Example
Text Example
White with #AB3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3546; }
p { color: rgb(171,53,70); }
H1.HeaderClassName
{
color: #AB3546;
}
.AnyTagClassName
{
color: #AB3546;
}
</style>
background-color css
<style>
a { background-color: #AB3546; }
a { background-color: rgb(171,53,70); }
div.DivClassName
{
background-color: #AB3546;
}
.BgClassName
{
background-color: #AB3546;
}
</style>
border-color css
<style>
span { border-color: #AB3546; }
span { border-color: rgb(171,53,70); }
td.TdClassName
{
border-color: #AB3546;
}
.TagClassName
{
border-color: #AB3546;
}
</style>