Shades of Night Shadz #A7464D
Tints of Night Shadz #A7464D
RGB
CMYK
RGB Variations
Color information
#A7464D (or 0xA7464D) is known color: Night Shadz. HEX triplet: A7, 46 and 4D. RGB value is (167,70,77). Sum of RGB (Red+Green+Blue) = 167+70+77=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A7464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7464D is #58B9B2. Grayscale: #636363. Windows color (decimal): -5814707 or 5064359. OLE color: 5064359.
HSL color Cylindrical-coordinate representation of color #A7464D: hue angle of 355.67º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7464D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 77 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.35 |
| HSL | 355.67º | 0.41% | 0.46% | - |
| HSV(B) | 355.67º | 0.58% | 0.65% | - |
| XYZ | 19.47 | 13.13 | 8.53 | - |
| YUV | 99.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 77 | 0 | 0.58 | 0.54 | 0.35 | 355.67 | 0.41 | 0.46 |
| Hex | A7 | 46 | 4D | 0 | 3A | 36 | 23 | 164 | 29 | 2E |
| Octal | 247 | 106 | 115 | 0 | 72 | 66 | 43 | 544 | 51 | 56 |
| Binary | 10100111 | 1000110 | 1001101 | 0 | 111010 | 110110 | 100011 | 101100100 | 101001 | 101110 |
Color Harmonies of #A7464D
Complementary color
Monochromatic Colors of #A7464D
Black with #A7464D
Text Example
Text Example
White with #A7464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7464D; }
p { color: rgb(167,70,77); }
H1.HeaderClassName
{
color: #A7464D;
}
.AnyTagClassName
{
color: #A7464D;
}
</style>
background-color css
<style>
a { background-color: #A7464D; }
a { background-color: rgb(167,70,77); }
div.DivClassName
{
background-color: #A7464D;
}
.BgClassName
{
background-color: #A7464D;
}
</style>
border-color css
<style>
span { border-color: #A7464D; }
span { border-color: rgb(167,70,77); }
td.TdClassName
{
border-color: #A7464D;
}
.TagClassName
{
border-color: #A7464D;
}
</style>