Shades of Night Shadz #AB3256
Tints of Night Shadz #AB3256
RGB
CMYK
RGB Variations
Color information
#AB3256 (or 0xAB3256) is known color: Night Shadz. HEX triplet: AB, 32 and 56. RGB value is (171,50,86). Sum of RGB (Red+Green+Blue) = 171+50+86=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3256 is #54CDA9. Grayscale: #5A5A5A. Windows color (decimal): -5557674 or 5649067. OLE color: 5649067.
HSL color Cylindrical-coordinate representation of color #AB3256: hue angle of 342.15º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3256 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 86 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.33 |
| HSL | 342.15º | 0.55% | 0.43% | - |
| HSV(B) | 342.15º | 0.71% | 0.67% | - |
| XYZ | 19.61 | 11.61 | 10.01 | - |
| YUV | 90.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 86 | 0 | 0.71 | 0.50 | 0.33 | 342.15 | 0.55 | 0.43 |
| Hex | AB | 32 | 56 | 0 | 47 | 32 | 21 | 156 | 37 | 2B |
| Octal | 253 | 62 | 126 | 0 | 107 | 62 | 41 | 526 | 67 | 53 |
| Binary | 10101011 | 110010 | 1010110 | 0 | 1000111 | 110010 | 100001 | 101010110 | 110111 | 101011 |
Color Harmonies of #AB3256
Complementary color
Monochromatic Colors of #AB3256
Black with #AB3256
Text Example
Text Example
White with #AB3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3256; }
p { color: rgb(171,50,86); }
H1.HeaderClassName
{
color: #AB3256;
}
.AnyTagClassName
{
color: #AB3256;
}
</style>
background-color css
<style>
a { background-color: #AB3256; }
a { background-color: rgb(171,50,86); }
div.DivClassName
{
background-color: #AB3256;
}
.BgClassName
{
background-color: #AB3256;
}
</style>
border-color css
<style>
span { border-color: #AB3256; }
span { border-color: rgb(171,50,86); }
td.TdClassName
{
border-color: #AB3256;
}
.TagClassName
{
border-color: #AB3256;
}
</style>