Shades of Night Shadz #AB404A
Tints of Night Shadz #AB404A
RGB
CMYK
RGB Variations
Color information
#AB404A (or 0xAB404A) is known color: Night Shadz. HEX triplet: AB, 40 and 4A. RGB value is (171,64,74). Sum of RGB (Red+Green+Blue) = 171+64+74=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB404A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB404A is #54BFB5. Grayscale: #616161. Windows color (decimal): -5554102 or 4866219. OLE color: 4866219.
HSL color Cylindrical-coordinate representation of color #AB404A: hue angle of 354.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB404A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 74 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.33 |
| HSL | 354.39º | 0.46% | 0.46% | - |
| HSV(B) | 354.39º | 0.63% | 0.67% | - |
| XYZ | 19.86 | 12.82 | 7.91 | - |
| YUV | 97.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 74 | 0 | 0.63 | 0.57 | 0.33 | 354.39 | 0.46 | 0.46 |
| Hex | AB | 40 | 4A | 0 | 3F | 39 | 21 | 162 | 2E | 2E |
| Octal | 253 | 100 | 112 | 0 | 77 | 71 | 41 | 542 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1001010 | 0 | 111111 | 111001 | 100001 | 101100010 | 101110 | 101110 |
Color Harmonies of #AB404A
Complementary color
Monochromatic Colors of #AB404A
Black with #AB404A
Text Example
Text Example
White with #AB404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB404A; }
p { color: rgb(171,64,74); }
H1.HeaderClassName
{
color: #AB404A;
}
.AnyTagClassName
{
color: #AB404A;
}
</style>
background-color css
<style>
a { background-color: #AB404A; }
a { background-color: rgb(171,64,74); }
div.DivClassName
{
background-color: #AB404A;
}
.BgClassName
{
background-color: #AB404A;
}
</style>
border-color css
<style>
span { border-color: #AB404A; }
span { border-color: rgb(171,64,74); }
td.TdClassName
{
border-color: #AB404A;
}
.TagClassName
{
border-color: #AB404A;
}
</style>