Shades of Night Shadz #A6474B
Tints of Night Shadz #A6474B
RGB
CMYK
RGB Variations
Color information
#A6474B (or 0xA6474B) is known color: Night Shadz. HEX triplet: A6, 47 and 4B. RGB value is (166,71,75). Sum of RGB (Red+Green+Blue) = 166+71+75=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6474B is #59B8B4. Grayscale: #636363. Windows color (decimal): -5879989 or 4933542. OLE color: 4933542.
HSL color Cylindrical-coordinate representation of color #A6474B: hue angle of 357.47º 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 #A6474B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 75 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.35 |
| HSL | 357.47º | 0.4% | 0.46% | - |
| HSV(B) | 357.47º | 0.57% | 0.65% | - |
| XYZ | 19.25 | 13.12 | 8.17 | - |
| YUV | 99.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 75 | 0 | 0.57 | 0.55 | 0.35 | 357.47 | 0.4 | 0.46 |
| Hex | A6 | 47 | 4B | 0 | 39 | 37 | 23 | 165 | 28 | 2E |
| Octal | 246 | 107 | 113 | 0 | 71 | 67 | 43 | 545 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1001011 | 0 | 111001 | 110111 | 100011 | 101100101 | 101000 | 101110 |
Color Harmonies of #A6474B
Complementary color
Monochromatic Colors of #A6474B
Black with #A6474B
Text Example
Text Example
White with #A6474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6474B; }
p { color: rgb(166,71,75); }
H1.HeaderClassName
{
color: #A6474B;
}
.AnyTagClassName
{
color: #A6474B;
}
</style>
background-color css
<style>
a { background-color: #A6474B; }
a { background-color: rgb(166,71,75); }
div.DivClassName
{
background-color: #A6474B;
}
.BgClassName
{
background-color: #A6474B;
}
</style>
border-color css
<style>
span { border-color: #A6474B; }
span { border-color: rgb(166,71,75); }
td.TdClassName
{
border-color: #A6474B;
}
.TagClassName
{
border-color: #A6474B;
}
</style>