Shades of Night Shadz #A6404B
Tints of Night Shadz #A6404B
RGB
CMYK
RGB Variations
Color information
#A6404B (or 0xA6404B) is known color: Night Shadz. HEX triplet: A6, 40 and 4B. RGB value is (166,64,75). Sum of RGB (Red+Green+Blue) = 166+64+75=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A6404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6404B is #59BFB4. Grayscale: #5F5F5F. Windows color (decimal): -5881781 or 4931750. OLE color: 4931750.
HSL color Cylindrical-coordinate representation of color #A6404B: hue angle of 353.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6404B is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 75 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.35 |
| HSL | 353.53º | 0.44% | 0.45% | - |
| HSV(B) | 353.53º | 0.61% | 0.65% | - |
| XYZ | 18.83 | 12.28 | 8.03 | - |
| YUV | 95.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 75 | 0 | 0.61 | 0.55 | 0.35 | 353.53 | 0.44 | 0.45 |
| Hex | A6 | 40 | 4B | 0 | 3D | 37 | 23 | 162 | 2C | 2D |
| Octal | 246 | 100 | 113 | 0 | 75 | 67 | 43 | 542 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1001011 | 0 | 111101 | 110111 | 100011 | 101100010 | 101100 | 101101 |
Color Harmonies of #A6404B
Complementary color
Monochromatic Colors of #A6404B
Black with #A6404B
Text Example
Text Example
White with #A6404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6404B; }
p { color: rgb(166,64,75); }
H1.HeaderClassName
{
color: #A6404B;
}
.AnyTagClassName
{
color: #A6404B;
}
</style>
background-color css
<style>
a { background-color: #A6404B; }
a { background-color: rgb(166,64,75); }
div.DivClassName
{
background-color: #A6404B;
}
.BgClassName
{
background-color: #A6404B;
}
</style>
border-color css
<style>
span { border-color: #A6404B; }
span { border-color: rgb(166,64,75); }
td.TdClassName
{
border-color: #A6404B;
}
.TagClassName
{
border-color: #A6404B;
}
</style>