Shades of Night Shadz #A6364A
Tints of Night Shadz #A6364A
RGB
CMYK
RGB Variations
Color information
#A6364A (or 0xA6364A) is known color: Night Shadz. HEX triplet: A6, 36 and 4A. RGB value is (166,54,74). Sum of RGB (Red+Green+Blue) = 166+54+74=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6364A is #59C9B5. Grayscale: #595959. Windows color (decimal): -5884342 or 4863654. OLE color: 4863654.
HSL color Cylindrical-coordinate representation of color #A6364A: hue angle of 349.29º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6364A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 74 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.35 |
| HSL | 349.29º | 0.51% | 0.43% | - |
| HSV(B) | 349.29º | 0.67% | 0.65% | - |
| XYZ | 18.28 | 11.24 | 7.68 | - |
| YUV | 89.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 74 | 0 | 0.67 | 0.55 | 0.35 | 349.29 | 0.51 | 0.43 |
| Hex | A6 | 36 | 4A | 0 | 43 | 37 | 23 | 15D | 33 | 2B |
| Octal | 246 | 66 | 112 | 0 | 103 | 67 | 43 | 535 | 63 | 53 |
| Binary | 10100110 | 110110 | 1001010 | 0 | 1000011 | 110111 | 100011 | 101011101 | 110011 | 101011 |
Color Harmonies of #A6364A
Complementary color
Monochromatic Colors of #A6364A
Black with #A6364A
Text Example
Text Example
White with #A6364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6364A; }
p { color: rgb(166,54,74); }
H1.HeaderClassName
{
color: #A6364A;
}
.AnyTagClassName
{
color: #A6364A;
}
</style>
background-color css
<style>
a { background-color: #A6364A; }
a { background-color: rgb(166,54,74); }
div.DivClassName
{
background-color: #A6364A;
}
.BgClassName
{
background-color: #A6364A;
}
</style>
border-color css
<style>
span { border-color: #A6364A; }
span { border-color: rgb(166,54,74); }
td.TdClassName
{
border-color: #A6364A;
}
.TagClassName
{
border-color: #A6364A;
}
</style>