Shades of Night Shadz #AB4043
Tints of Night Shadz #AB4043
RGB
CMYK
RGB Variations
Color information
#AB4043 (or 0xAB4043) is known color: Night Shadz. HEX triplet: AB, 40 and 43. RGB value is (171,64,67). Sum of RGB (Red+Green+Blue) = 171+64+67=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4043 is #54BFBC. Grayscale: #606060. Windows color (decimal): -5554109 or 4407467. OLE color: 4407467.
HSL color Cylindrical-coordinate representation of color #AB4043: hue angle of 358.32º 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 #AB4043 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 67 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.33 |
| HSL | 358.32º | 0.46% | 0.46% | - |
| HSV(B) | 358.32º | 0.63% | 0.67% | - |
| XYZ | 19.64 | 12.73 | 6.73 | - |
| YUV | 96.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 67 | 0 | 0.63 | 0.61 | 0.33 | 358.32 | 0.46 | 0.46 |
| Hex | AB | 40 | 43 | 0 | 3F | 3D | 21 | 166 | 2E | 2E |
| Octal | 253 | 100 | 103 | 0 | 77 | 75 | 41 | 546 | 56 | 56 |
| Binary | 10101011 | 1000000 | 1000011 | 0 | 111111 | 111101 | 100001 | 101100110 | 101110 | 101110 |
Color Harmonies of #AB4043
Complementary color
Monochromatic Colors of #AB4043
Black with #AB4043
Text Example
Text Example
White with #AB4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4043; }
p { color: rgb(171,64,67); }
H1.HeaderClassName
{
color: #AB4043;
}
.AnyTagClassName
{
color: #AB4043;
}
</style>
background-color css
<style>
a { background-color: #AB4043; }
a { background-color: rgb(171,64,67); }
div.DivClassName
{
background-color: #AB4043;
}
.BgClassName
{
background-color: #AB4043;
}
</style>
border-color css
<style>
span { border-color: #AB4043; }
span { border-color: rgb(171,64,67); }
td.TdClassName
{
border-color: #AB4043;
}
.TagClassName
{
border-color: #AB4043;
}
</style>