Shades of Night Shadz #A7424A
Tints of Night Shadz #A7424A
RGB
CMYK
RGB Variations
Color information
#A7424A (or 0xA7424A) is known color: Night Shadz. HEX triplet: A7, 42 and 4A. RGB value is (167,66,74). Sum of RGB (Red+Green+Blue) = 167+66+74=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A7424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7424A is #58BDB5. Grayscale: #616161. Windows color (decimal): -5815734 or 4866727. OLE color: 4866727.
HSL color Cylindrical-coordinate representation of color #A7424A: hue angle of 355.25º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7424A is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 74 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.35 |
| HSL | 355.25º | 0.43% | 0.46% | - |
| HSV(B) | 355.25º | 0.6% | 0.65% | - |
| XYZ | 19.12 | 12.61 | 7.9 | - |
| YUV | 97.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 74 | 0 | 0.60 | 0.56 | 0.35 | 355.25 | 0.43 | 0.46 |
| Hex | A7 | 42 | 4A | 0 | 3C | 38 | 23 | 163 | 2B | 2E |
| Octal | 247 | 102 | 112 | 0 | 74 | 70 | 43 | 543 | 53 | 56 |
| Binary | 10100111 | 1000010 | 1001010 | 0 | 111100 | 111000 | 100011 | 101100011 | 101011 | 101110 |
Color Harmonies of #A7424A
Complementary color
Monochromatic Colors of #A7424A
Black with #A7424A
Text Example
Text Example
White with #A7424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7424A; }
p { color: rgb(167,66,74); }
H1.HeaderClassName
{
color: #A7424A;
}
.AnyTagClassName
{
color: #A7424A;
}
</style>
background-color css
<style>
a { background-color: #A7424A; }
a { background-color: rgb(167,66,74); }
div.DivClassName
{
background-color: #A7424A;
}
.BgClassName
{
background-color: #A7424A;
}
</style>
border-color css
<style>
span { border-color: #A7424A; }
span { border-color: rgb(167,66,74); }
td.TdClassName
{
border-color: #A7424A;
}
.TagClassName
{
border-color: #A7424A;
}
</style>