Shades of Night Shadz #AB3650
Tints of Night Shadz #AB3650
RGB
CMYK
RGB Variations
Color information
#AB3650 (or 0xAB3650) is known color: Night Shadz. HEX triplet: AB, 36 and 50. RGB value is (171,54,80). Sum of RGB (Red+Green+Blue) = 171+54+80=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3650 is #54C9AF. Grayscale: #5B5B5B. Windows color (decimal): -5556656 or 5256875. OLE color: 5256875.
HSL color Cylindrical-coordinate representation of color #AB3650: hue angle of 346.67º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3650 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 80 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.33 |
| HSL | 346.67º | 0.52% | 0.44% | - |
| HSV(B) | 346.67º | 0.68% | 0.67% | - |
| XYZ | 19.56 | 11.88 | 8.85 | - |
| YUV | 91.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 80 | 0 | 0.68 | 0.53 | 0.33 | 346.67 | 0.52 | 0.44 |
| Hex | AB | 36 | 50 | 0 | 44 | 35 | 21 | 15B | 34 | 2C |
| Octal | 253 | 66 | 120 | 0 | 104 | 65 | 41 | 533 | 64 | 54 |
| Binary | 10101011 | 110110 | 1010000 | 0 | 1000100 | 110101 | 100001 | 101011011 | 110100 | 101100 |
Color Harmonies of #AB3650
Complementary color
Monochromatic Colors of #AB3650
Black with #AB3650
Text Example
Text Example
White with #AB3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3650; }
p { color: rgb(171,54,80); }
H1.HeaderClassName
{
color: #AB3650;
}
.AnyTagClassName
{
color: #AB3650;
}
</style>
background-color css
<style>
a { background-color: #AB3650; }
a { background-color: rgb(171,54,80); }
div.DivClassName
{
background-color: #AB3650;
}
.BgClassName
{
background-color: #AB3650;
}
</style>
border-color css
<style>
span { border-color: #AB3650; }
span { border-color: rgb(171,54,80); }
td.TdClassName
{
border-color: #AB3650;
}
.TagClassName
{
border-color: #AB3650;
}
</style>