Shades of Night Shadz #A8424D
Tints of Night Shadz #A8424D
RGB
CMYK
RGB Variations
Color information
#A8424D (or 0xA8424D) is known color: Night Shadz. HEX triplet: A8, 42 and 4D. RGB value is (168,66,77). Sum of RGB (Red+Green+Blue) = 168+66+77=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8424D is #57BDB2. Grayscale: #616161. Windows color (decimal): -5750195 or 5063336. OLE color: 5063336.
HSL color Cylindrical-coordinate representation of color #A8424D: hue angle of 353.53º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8424D is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 77 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.34 |
| HSL | 353.53º | 0.44% | 0.46% | - |
| HSV(B) | 353.53º | 0.61% | 0.66% | - |
| XYZ | 19.44 | 12.76 | 8.46 | - |
| YUV | 97.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 77 | 0 | 0.61 | 0.54 | 0.34 | 353.53 | 0.44 | 0.46 |
| Hex | A8 | 42 | 4D | 0 | 3D | 36 | 22 | 162 | 2C | 2E |
| Octal | 250 | 102 | 115 | 0 | 75 | 66 | 42 | 542 | 54 | 56 |
| Binary | 10101000 | 1000010 | 1001101 | 0 | 111101 | 110110 | 100010 | 101100010 | 101100 | 101110 |
Color Harmonies of #A8424D
Complementary color
Monochromatic Colors of #A8424D
Black with #A8424D
Text Example
Text Example
White with #A8424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8424D; }
p { color: rgb(168,66,77); }
H1.HeaderClassName
{
color: #A8424D;
}
.AnyTagClassName
{
color: #A8424D;
}
</style>
background-color css
<style>
a { background-color: #A8424D; }
a { background-color: rgb(168,66,77); }
div.DivClassName
{
background-color: #A8424D;
}
.BgClassName
{
background-color: #A8424D;
}
</style>
border-color css
<style>
span { border-color: #A8424D; }
span { border-color: rgb(168,66,77); }
td.TdClassName
{
border-color: #A8424D;
}
.TagClassName
{
border-color: #A8424D;
}
</style>