Shades of Night Shadz #AB3656
Tints of Night Shadz #AB3656
RGB
CMYK
RGB Variations
Color information
#AB3656 (or 0xAB3656) is known color: Night Shadz. HEX triplet: AB, 36 and 56. RGB value is (171,54,86). Sum of RGB (Red+Green+Blue) = 171+54+86=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3656 is #54C9A9. Grayscale: #5C5C5C. Windows color (decimal): -5556650 or 5650091. OLE color: 5650091.
HSL color Cylindrical-coordinate representation of color #AB3656: hue angle of 343.59º degrees, saturation: 0.52, 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 #AB3656 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 86 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.33 |
| HSL | 343.59º | 0.52% | 0.44% | - |
| HSV(B) | 343.59º | 0.68% | 0.67% | - |
| XYZ | 19.79 | 11.97 | 10.07 | - |
| YUV | 92.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 86 | 0 | 0.68 | 0.50 | 0.33 | 343.59 | 0.52 | 0.44 |
| Hex | AB | 36 | 56 | 0 | 44 | 32 | 21 | 158 | 34 | 2C |
| Octal | 253 | 66 | 126 | 0 | 104 | 62 | 41 | 530 | 64 | 54 |
| Binary | 10101011 | 110110 | 1010110 | 0 | 1000100 | 110010 | 100001 | 101011000 | 110100 | 101100 |
Color Harmonies of #AB3656
Complementary color
Monochromatic Colors of #AB3656
Black with #AB3656
Text Example
Text Example
White with #AB3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3656; }
p { color: rgb(171,54,86); }
H1.HeaderClassName
{
color: #AB3656;
}
.AnyTagClassName
{
color: #AB3656;
}
</style>
background-color css
<style>
a { background-color: #AB3656; }
a { background-color: rgb(171,54,86); }
div.DivClassName
{
background-color: #AB3656;
}
.BgClassName
{
background-color: #AB3656;
}
</style>
border-color css
<style>
span { border-color: #AB3656; }
span { border-color: rgb(171,54,86); }
td.TdClassName
{
border-color: #AB3656;
}
.TagClassName
{
border-color: #AB3656;
}
</style>