Shades of Night Shadz #AB4152
Tints of Night Shadz #AB4152
RGB
CMYK
RGB Variations
Color information
#AB4152 (or 0xAB4152) is known color: Night Shadz. HEX triplet: AB, 41 and 52. RGB value is (171,65,82). Sum of RGB (Red+Green+Blue) = 171+65+82=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4152 is #54BEAD. Grayscale: #626262. Windows color (decimal): -5553838 or 5390763. OLE color: 5390763.
HSL color Cylindrical-coordinate representation of color #AB4152: hue angle of 350.38º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4152 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 82 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.33 |
| HSL | 350.38º | 0.45% | 0.46% | - |
| HSV(B) | 350.38º | 0.62% | 0.67% | - |
| XYZ | 20.21 | 13.05 | 9.44 | - |
| YUV | 98.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 82 | 0 | 0.62 | 0.52 | 0.33 | 350.38 | 0.45 | 0.46 |
| Hex | AB | 41 | 52 | 0 | 3E | 34 | 21 | 15E | 2D | 2E |
| Octal | 253 | 101 | 122 | 0 | 76 | 64 | 41 | 536 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1010010 | 0 | 111110 | 110100 | 100001 | 101011110 | 101101 | 101110 |
Color Harmonies of #AB4152
Complementary color
Monochromatic Colors of #AB4152
Black with #AB4152
Text Example
Text Example
White with #AB4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4152; }
p { color: rgb(171,65,82); }
H1.HeaderClassName
{
color: #AB4152;
}
.AnyTagClassName
{
color: #AB4152;
}
</style>
background-color css
<style>
a { background-color: #AB4152; }
a { background-color: rgb(171,65,82); }
div.DivClassName
{
background-color: #AB4152;
}
.BgClassName
{
background-color: #AB4152;
}
</style>
border-color css
<style>
span { border-color: #AB4152; }
span { border-color: rgb(171,65,82); }
td.TdClassName
{
border-color: #AB4152;
}
.TagClassName
{
border-color: #AB4152;
}
</style>