Shades of Night Shadz #AB4348
Tints of Night Shadz #AB4348
RGB
CMYK
RGB Variations
Color information
#AB4348 (or 0xAB4348) is known color: Night Shadz. HEX triplet: AB, 43 and 48. RGB value is (171,67,72). Sum of RGB (Red+Green+Blue) = 171+67+72=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4348 is #54BCB7. Grayscale: #626262. Windows color (decimal): -5553336 or 4735915. OLE color: 4735915.
HSL color Cylindrical-coordinate representation of color #AB4348: hue angle of 357.12º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4348 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 72 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.33 |
| HSL | 357.12º | 0.44% | 0.47% | - |
| HSV(B) | 357.12º | 0.61% | 0.67% | - |
| XYZ | 19.97 | 13.14 | 7.61 | - |
| YUV | 98.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 72 | 0 | 0.61 | 0.58 | 0.33 | 357.12 | 0.44 | 0.47 |
| Hex | AB | 43 | 48 | 0 | 3D | 3A | 21 | 165 | 2C | 2F |
| Octal | 253 | 103 | 110 | 0 | 75 | 72 | 41 | 545 | 54 | 57 |
| Binary | 10101011 | 1000011 | 1001000 | 0 | 111101 | 111010 | 100001 | 101100101 | 101100 | 101111 |
Color Harmonies of #AB4348
Complementary color
Monochromatic Colors of #AB4348
Black with #AB4348
Text Example
Text Example
White with #AB4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4348; }
p { color: rgb(171,67,72); }
H1.HeaderClassName
{
color: #AB4348;
}
.AnyTagClassName
{
color: #AB4348;
}
</style>
background-color css
<style>
a { background-color: #AB4348; }
a { background-color: rgb(171,67,72); }
div.DivClassName
{
background-color: #AB4348;
}
.BgClassName
{
background-color: #AB4348;
}
</style>
border-color css
<style>
span { border-color: #AB4348; }
span { border-color: rgb(171,67,72); }
td.TdClassName
{
border-color: #AB4348;
}
.TagClassName
{
border-color: #AB4348;
}
</style>