Shades of Night Shadz #AB3756
Tints of Night Shadz #AB3756
RGB
CMYK
RGB Variations
Color information
#AB3756 (or 0xAB3756) is known color: Night Shadz. HEX triplet: AB, 37 and 56. RGB value is (171,55,86). Sum of RGB (Red+Green+Blue) = 171+55+86=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3756 is #54C8A9. Grayscale: #5D5D5D. Windows color (decimal): -5556394 or 5650347. OLE color: 5650347.
HSL color Cylindrical-coordinate representation of color #AB3756: hue angle of 343.97º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3756 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 86 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.33 |
| HSL | 343.97º | 0.51% | 0.44% | - |
| HSV(B) | 343.97º | 0.68% | 0.67% | - |
| XYZ | 19.84 | 12.06 | 10.09 | - |
| YUV | 93.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 86 | 0 | 0.68 | 0.50 | 0.33 | 343.97 | 0.51 | 0.44 |
| Hex | AB | 37 | 56 | 0 | 44 | 32 | 21 | 158 | 33 | 2C |
| Octal | 253 | 67 | 126 | 0 | 104 | 62 | 41 | 530 | 63 | 54 |
| Binary | 10101011 | 110111 | 1010110 | 0 | 1000100 | 110010 | 100001 | 101011000 | 110011 | 101100 |
Color Harmonies of #AB3756
Complementary color
Monochromatic Colors of #AB3756
Black with #AB3756
Text Example
Text Example
White with #AB3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3756; }
p { color: rgb(171,55,86); }
H1.HeaderClassName
{
color: #AB3756;
}
.AnyTagClassName
{
color: #AB3756;
}
</style>
background-color css
<style>
a { background-color: #AB3756; }
a { background-color: rgb(171,55,86); }
div.DivClassName
{
background-color: #AB3756;
}
.BgClassName
{
background-color: #AB3756;
}
</style>
border-color css
<style>
span { border-color: #AB3756; }
span { border-color: rgb(171,55,86); }
td.TdClassName
{
border-color: #AB3756;
}
.TagClassName
{
border-color: #AB3756;
}
</style>