Shades of Night Shadz #A24249
Tints of Night Shadz #A24249
RGB
CMYK
RGB Variations
Color information
#A24249 (or 0xA24249) is known color: Night Shadz. HEX triplet: A2, 42 and 49. RGB value is (162,66,73). Sum of RGB (Red+Green+Blue) = 162+66+73=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A24249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24249 is #5DBDB6. Grayscale: #5F5F5F. Windows color (decimal): -6143415 or 4801186. OLE color: 4801186.
HSL color Cylindrical-coordinate representation of color #A24249: hue angle of 355.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24249 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 73 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.36 |
| HSL | 355.63º | 0.42% | 0.45% | - |
| HSV(B) | 355.63º | 0.59% | 0.64% | - |
| XYZ | 18.05 | 12.06 | 7.68 | - |
| YUV | 95.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 73 | 0 | 0.59 | 0.55 | 0.36 | 355.63 | 0.42 | 0.45 |
| Hex | A2 | 42 | 49 | 0 | 3B | 37 | 24 | 164 | 2A | 2D |
| Octal | 242 | 102 | 111 | 0 | 73 | 67 | 44 | 544 | 52 | 55 |
| Binary | 10100010 | 1000010 | 1001001 | 0 | 111011 | 110111 | 100100 | 101100100 | 101010 | 101101 |
Color Harmonies of #A24249
Complementary color
Monochromatic Colors of #A24249
Black with #A24249
Text Example
Text Example
White with #A24249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24249; }
p { color: rgb(162,66,73); }
H1.HeaderClassName
{
color: #A24249;
}
.AnyTagClassName
{
color: #A24249;
}
</style>
background-color css
<style>
a { background-color: #A24249; }
a { background-color: rgb(162,66,73); }
div.DivClassName
{
background-color: #A24249;
}
.BgClassName
{
background-color: #A24249;
}
</style>
border-color css
<style>
span { border-color: #A24249; }
span { border-color: rgb(162,66,73); }
td.TdClassName
{
border-color: #A24249;
}
.TagClassName
{
border-color: #A24249;
}
</style>