Shades of Night Shadz #A7434E
Tints of Night Shadz #A7434E
RGB
CMYK
RGB Variations
Color information
#A7434E (or 0xA7434E) is known color: Night Shadz. HEX triplet: A7, 43 and 4E. RGB value is (167,67,78). Sum of RGB (Red+Green+Blue) = 167+67+78=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7434E is #58BCB1. Grayscale: #626262. Windows color (decimal): -5815474 or 5129127. OLE color: 5129127.
HSL color Cylindrical-coordinate representation of color #A7434E: hue angle of 353.4º 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 #A7434E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 78 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.35 |
| HSL | 353.4º | 0.43% | 0.46% | - |
| HSV(B) | 353.4º | 0.6% | 0.65% | - |
| XYZ | 19.32 | 12.78 | 8.66 | - |
| YUV | 98.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 78 | 0 | 0.60 | 0.53 | 0.35 | 353.4 | 0.43 | 0.46 |
| Hex | A7 | 43 | 4E | 0 | 3C | 35 | 23 | 161 | 2B | 2E |
| Octal | 247 | 103 | 116 | 0 | 74 | 65 | 43 | 541 | 53 | 56 |
| Binary | 10100111 | 1000011 | 1001110 | 0 | 111100 | 110101 | 100011 | 101100001 | 101011 | 101110 |
Color Harmonies of #A7434E
Complementary color
Monochromatic Colors of #A7434E
Black with #A7434E
Text Example
Text Example
White with #A7434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7434E; }
p { color: rgb(167,67,78); }
H1.HeaderClassName
{
color: #A7434E;
}
.AnyTagClassName
{
color: #A7434E;
}
</style>
background-color css
<style>
a { background-color: #A7434E; }
a { background-color: rgb(167,67,78); }
div.DivClassName
{
background-color: #A7434E;
}
.BgClassName
{
background-color: #A7434E;
}
</style>
border-color css
<style>
span { border-color: #A7434E; }
span { border-color: rgb(167,67,78); }
td.TdClassName
{
border-color: #A7434E;
}
.TagClassName
{
border-color: #A7434E;
}
</style>