Shades of Night Shadz #A24950
Tints of Night Shadz #A24950
RGB
CMYK
RGB Variations
Color information
#A24950 (or 0xA24950) is known color: Night Shadz. HEX triplet: A2, 49 and 50. RGB value is (162,73,80). Sum of RGB (Red+Green+Blue) = 162+73+80=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A24950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24950 is #5DB6AF. Grayscale: #646464. Windows color (decimal): -6141616 or 5261730. OLE color: 5261730.
HSL color Cylindrical-coordinate representation of color #A24950: hue angle of 355.28º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24950 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 80 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.36 |
| HSL | 355.28º | 0.38% | 0.46% | - |
| HSV(B) | 355.28º | 0.55% | 0.64% | - |
| XYZ | 18.73 | 13.03 | 9.12 | - |
| YUV | 100.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 80 | 0 | 0.55 | 0.51 | 0.36 | 355.28 | 0.38 | 0.46 |
| Hex | A2 | 49 | 50 | 0 | 37 | 33 | 24 | 163 | 26 | 2E |
| Octal | 242 | 111 | 120 | 0 | 67 | 63 | 44 | 543 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1010000 | 0 | 110111 | 110011 | 100100 | 101100011 | 100110 | 101110 |
Color Harmonies of #A24950
Complementary color
Monochromatic Colors of #A24950
Black with #A24950
Text Example
Text Example
White with #A24950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24950; }
p { color: rgb(162,73,80); }
H1.HeaderClassName
{
color: #A24950;
}
.AnyTagClassName
{
color: #A24950;
}
</style>
background-color css
<style>
a { background-color: #A24950; }
a { background-color: rgb(162,73,80); }
div.DivClassName
{
background-color: #A24950;
}
.BgClassName
{
background-color: #A24950;
}
</style>
border-color css
<style>
span { border-color: #A24950; }
span { border-color: rgb(162,73,80); }
td.TdClassName
{
border-color: #A24950;
}
.TagClassName
{
border-color: #A24950;
}
</style>