Shades of Night Shadz #A2424A
Tints of Night Shadz #A2424A
RGB
CMYK
RGB Variations
Color information
#A2424A (or 0xA2424A) is known color: Night Shadz. HEX triplet: A2, 42 and 4A. RGB value is (162,66,74). Sum of RGB (Red+Green+Blue) = 162+66+74=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2424A is #5DBDB5. Grayscale: #5F5F5F. Windows color (decimal): -6143414 or 4866722. OLE color: 4866722.
HSL color Cylindrical-coordinate representation of color #A2424A: hue angle of 355º 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 #A2424A is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 74 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.36 |
| HSL | 355º | 0.42% | 0.45% | - |
| HSV(B) | 355º | 0.59% | 0.64% | - |
| XYZ | 18.08 | 12.07 | 7.86 | - |
| YUV | 95.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 74 | 0 | 0.59 | 0.54 | 0.36 | 355 | 0.42 | 0.45 |
| Hex | A2 | 42 | 4A | 0 | 3B | 36 | 24 | 163 | 2A | 2D |
| Octal | 242 | 102 | 112 | 0 | 73 | 66 | 44 | 543 | 52 | 55 |
| Binary | 10100010 | 1000010 | 1001010 | 0 | 111011 | 110110 | 100100 | 101100011 | 101010 | 101101 |
Color Harmonies of #A2424A
Complementary color
Monochromatic Colors of #A2424A
Black with #A2424A
Text Example
Text Example
White with #A2424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2424A; }
p { color: rgb(162,66,74); }
H1.HeaderClassName
{
color: #A2424A;
}
.AnyTagClassName
{
color: #A2424A;
}
</style>
background-color css
<style>
a { background-color: #A2424A; }
a { background-color: rgb(162,66,74); }
div.DivClassName
{
background-color: #A2424A;
}
.BgClassName
{
background-color: #A2424A;
}
</style>
border-color css
<style>
span { border-color: #A2424A; }
span { border-color: rgb(162,66,74); }
td.TdClassName
{
border-color: #A2424A;
}
.TagClassName
{
border-color: #A2424A;
}
</style>