Shades of Night Shadz #AB444A
Tints of Night Shadz #AB444A
RGB
CMYK
RGB Variations
Color information
#AB444A (or 0xAB444A) is known color: Night Shadz. HEX triplet: AB, 44 and 4A. RGB value is (171,68,74). Sum of RGB (Red+Green+Blue) = 171+68+74=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB444A is #54BBB5. Grayscale: #636363. Windows color (decimal): -5553078 or 4867243. OLE color: 4867243.
HSL color Cylindrical-coordinate representation of color #AB444A: hue angle of 356.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB444A is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 74 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.33 |
| HSL | 356.5º | 0.43% | 0.47% | - |
| HSV(B) | 356.5º | 0.6% | 0.67% | - |
| XYZ | 20.1 | 13.29 | 7.98 | - |
| YUV | 99.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 74 | 0 | 0.60 | 0.57 | 0.33 | 356.5 | 0.43 | 0.47 |
| Hex | AB | 44 | 4A | 0 | 3C | 39 | 21 | 165 | 2B | 2F |
| Octal | 253 | 104 | 112 | 0 | 74 | 71 | 41 | 545 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1001010 | 0 | 111100 | 111001 | 100001 | 101100101 | 101011 | 101111 |
Color Harmonies of #AB444A
Complementary color
Monochromatic Colors of #AB444A
Black with #AB444A
Text Example
Text Example
White with #AB444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB444A; }
p { color: rgb(171,68,74); }
H1.HeaderClassName
{
color: #AB444A;
}
.AnyTagClassName
{
color: #AB444A;
}
</style>
background-color css
<style>
a { background-color: #AB444A; }
a { background-color: rgb(171,68,74); }
div.DivClassName
{
background-color: #AB444A;
}
.BgClassName
{
background-color: #AB444A;
}
</style>
border-color css
<style>
span { border-color: #AB444A; }
span { border-color: rgb(171,68,74); }
td.TdClassName
{
border-color: #AB444A;
}
.TagClassName
{
border-color: #AB444A;
}
</style>