Shades of Night Shadz #A74257
Tints of Night Shadz #A74257
RGB
CMYK
RGB Variations
Color information
#A74257 (or 0xA74257) is known color: Night Shadz. HEX triplet: A7, 42 and 57. RGB value is (167,66,87). Sum of RGB (Red+Green+Blue) = 167+66+87=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A74257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74257 is #58BDA8. Grayscale: #626262. Windows color (decimal): -5815721 or 5718695. OLE color: 5718695.
HSL color Cylindrical-coordinate representation of color #A74257: hue angle of 347.52º 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 #A74257 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 66 | 87 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.35 |
| HSL | 347.52º | 0.43% | 0.46% | - |
| HSV(B) | 347.52º | 0.6% | 0.65% | - |
| XYZ | 19.6 | 12.8 | 10.45 | - |
| YUV | 98.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 66 | 87 | 0 | 0.60 | 0.48 | 0.35 | 347.52 | 0.43 | 0.46 |
| Hex | A7 | 42 | 57 | 0 | 3C | 30 | 23 | 15C | 2B | 2E |
| Octal | 247 | 102 | 127 | 0 | 74 | 60 | 43 | 534 | 53 | 56 |
| Binary | 10100111 | 1000010 | 1010111 | 0 | 111100 | 110000 | 100011 | 101011100 | 101011 | 101110 |
Color Harmonies of #A74257
Complementary color
Monochromatic Colors of #A74257
Black with #A74257
Text Example
Text Example
White with #A74257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74257; }
p { color: rgb(167,66,87); }
H1.HeaderClassName
{
color: #A74257;
}
.AnyTagClassName
{
color: #A74257;
}
</style>
background-color css
<style>
a { background-color: #A74257; }
a { background-color: rgb(167,66,87); }
div.DivClassName
{
background-color: #A74257;
}
.BgClassName
{
background-color: #A74257;
}
</style>
border-color css
<style>
span { border-color: #A74257; }
span { border-color: rgb(167,66,87); }
td.TdClassName
{
border-color: #A74257;
}
.TagClassName
{
border-color: #A74257;
}
</style>