Shades of Night Shadz #A6344B
Tints of Night Shadz #A6344B
RGB
CMYK
RGB Variations
Color information
#A6344B (or 0xA6344B) is known color: Night Shadz. HEX triplet: A6, 34 and 4B. RGB value is (166,52,75). Sum of RGB (Red+Green+Blue) = 166+52+75=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6344B is #59CBB4. Grayscale: #585858. Windows color (decimal): -5884853 or 4928678. OLE color: 4928678.
HSL color Cylindrical-coordinate representation of color #A6344B: hue angle of 347.89º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6344B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 75 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.35 |
| HSL | 347.89º | 0.52% | 0.43% | - |
| HSV(B) | 347.89º | 0.69% | 0.65% | - |
| XYZ | 18.22 | 11.07 | 7.83 | - |
| YUV | 88.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 75 | 0 | 0.69 | 0.55 | 0.35 | 347.89 | 0.52 | 0.43 |
| Hex | A6 | 34 | 4B | 0 | 45 | 37 | 23 | 15C | 34 | 2B |
| Octal | 246 | 64 | 113 | 0 | 105 | 67 | 43 | 534 | 64 | 53 |
| Binary | 10100110 | 110100 | 1001011 | 0 | 1000101 | 110111 | 100011 | 101011100 | 110100 | 101011 |
Color Harmonies of #A6344B
Complementary color
Monochromatic Colors of #A6344B
Black with #A6344B
Text Example
Text Example
White with #A6344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6344B; }
p { color: rgb(166,52,75); }
H1.HeaderClassName
{
color: #A6344B;
}
.AnyTagClassName
{
color: #A6344B;
}
</style>
background-color css
<style>
a { background-color: #A6344B; }
a { background-color: rgb(166,52,75); }
div.DivClassName
{
background-color: #A6344B;
}
.BgClassName
{
background-color: #A6344B;
}
</style>
border-color css
<style>
span { border-color: #A6344B; }
span { border-color: rgb(166,52,75); }
td.TdClassName
{
border-color: #A6344B;
}
.TagClassName
{
border-color: #A6344B;
}
</style>