Shades of Night Shadz #A6464B
Tints of Night Shadz #A6464B
RGB
CMYK
RGB Variations
Color information
#A6464B (or 0xA6464B) is known color: Night Shadz. HEX triplet: A6, 46 and 4B. RGB value is (166,70,75). Sum of RGB (Red+Green+Blue) = 166+70+75=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6464B is #59B9B4. Grayscale: #636363. Windows color (decimal): -5880245 or 4933286. OLE color: 4933286.
HSL color Cylindrical-coordinate representation of color #A6464B: hue angle of 356.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6464B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 75 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.35 |
| HSL | 356.88º | 0.41% | 0.46% | - |
| HSV(B) | 356.88º | 0.58% | 0.65% | - |
| XYZ | 19.19 | 13 | 8.15 | - |
| YUV | 99.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 75 | 0 | 0.58 | 0.55 | 0.35 | 356.88 | 0.41 | 0.46 |
| Hex | A6 | 46 | 4B | 0 | 3A | 37 | 23 | 165 | 29 | 2E |
| Octal | 246 | 106 | 113 | 0 | 72 | 67 | 43 | 545 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1001011 | 0 | 111010 | 110111 | 100011 | 101100101 | 101001 | 101110 |
Color Harmonies of #A6464B
Complementary color
Monochromatic Colors of #A6464B
Black with #A6464B
Text Example
Text Example
White with #A6464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6464B; }
p { color: rgb(166,70,75); }
H1.HeaderClassName
{
color: #A6464B;
}
.AnyTagClassName
{
color: #A6464B;
}
</style>
background-color css
<style>
a { background-color: #A6464B; }
a { background-color: rgb(166,70,75); }
div.DivClassName
{
background-color: #A6464B;
}
.BgClassName
{
background-color: #A6464B;
}
</style>
border-color css
<style>
span { border-color: #A6464B; }
span { border-color: rgb(166,70,75); }
td.TdClassName
{
border-color: #A6464B;
}
.TagClassName
{
border-color: #A6464B;
}
</style>