Shades of Night Shadz #A74546
Tints of Night Shadz #A74546
RGB
CMYK
RGB Variations
Color information
#A74546 (or 0xA74546) is known color: Night Shadz. HEX triplet: A7, 45 and 46. RGB value is (167,69,70). Sum of RGB (Red+Green+Blue) = 167+69+70=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A74546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74546 is #58BAB9. Grayscale: #626262. Windows color (decimal): -5814970 or 4605351. OLE color: 4605351.
HSL color Cylindrical-coordinate representation of color #A74546: hue angle of 359.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74546 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 70 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.35 |
| HSL | 359.39º | 0.42% | 0.46% | - |
| HSV(B) | 359.39º | 0.59% | 0.65% | - |
| XYZ | 19.17 | 12.91 | 7.28 | - |
| YUV | 98.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 70 | 0 | 0.59 | 0.58 | 0.35 | 359.39 | 0.42 | 0.46 |
| Hex | A7 | 45 | 46 | 0 | 3B | 3A | 23 | 167 | 2A | 2E |
| Octal | 247 | 105 | 106 | 0 | 73 | 72 | 43 | 547 | 52 | 56 |
| Binary | 10100111 | 1000101 | 1000110 | 0 | 111011 | 111010 | 100011 | 101100111 | 101010 | 101110 |
Color Harmonies of #A74546
Complementary color
Monochromatic Colors of #A74546
Black with #A74546
Text Example
Text Example
White with #A74546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74546; }
p { color: rgb(167,69,70); }
H1.HeaderClassName
{
color: #A74546;
}
.AnyTagClassName
{
color: #A74546;
}
</style>
background-color css
<style>
a { background-color: #A74546; }
a { background-color: rgb(167,69,70); }
div.DivClassName
{
background-color: #A74546;
}
.BgClassName
{
background-color: #A74546;
}
</style>
border-color css
<style>
span { border-color: #A74546; }
span { border-color: rgb(167,69,70); }
td.TdClassName
{
border-color: #A74546;
}
.TagClassName
{
border-color: #A74546;
}
</style>