Shades of Night Shadz #A6474E
Tints of Night Shadz #A6474E
RGB
CMYK
RGB Variations
Color information
#A6474E (or 0xA6474E) is known color: Night Shadz. HEX triplet: A6, 47 and 4E. RGB value is (166,71,78). Sum of RGB (Red+Green+Blue) = 166+71+78=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6474E is #59B8B1. Grayscale: #646464. Windows color (decimal): -5879986 or 5130150. OLE color: 5130150.
HSL color Cylindrical-coordinate representation of color #A6474E: hue angle of 355.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6474E is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 78 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.35 |
| HSL | 355.58º | 0.4% | 0.46% | - |
| HSV(B) | 355.58º | 0.57% | 0.65% | - |
| XYZ | 19.35 | 13.16 | 8.73 | - |
| YUV | 100.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 78 | 0 | 0.57 | 0.53 | 0.35 | 355.58 | 0.4 | 0.46 |
| Hex | A6 | 47 | 4E | 0 | 39 | 35 | 23 | 164 | 28 | 2E |
| Octal | 246 | 107 | 116 | 0 | 71 | 65 | 43 | 544 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1001110 | 0 | 111001 | 110101 | 100011 | 101100100 | 101000 | 101110 |
Color Harmonies of #A6474E
Complementary color
Monochromatic Colors of #A6474E
Black with #A6474E
Text Example
Text Example
White with #A6474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6474E; }
p { color: rgb(166,71,78); }
H1.HeaderClassName
{
color: #A6474E;
}
.AnyTagClassName
{
color: #A6474E;
}
</style>
background-color css
<style>
a { background-color: #A6474E; }
a { background-color: rgb(166,71,78); }
div.DivClassName
{
background-color: #A6474E;
}
.BgClassName
{
background-color: #A6474E;
}
</style>
border-color css
<style>
span { border-color: #A6474E; }
span { border-color: rgb(166,71,78); }
td.TdClassName
{
border-color: #A6474E;
}
.TagClassName
{
border-color: #A6474E;
}
</style>