Shades of Night Shadz #A8364A
Tints of Night Shadz #A8364A
RGB
CMYK
RGB Variations
Color information
#A8364A (or 0xA8364A) is known color: Night Shadz. HEX triplet: A8, 36 and 4A. RGB value is (168,54,74). Sum of RGB (Red+Green+Blue) = 168+54+74=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8364A is #57C9B5. Grayscale: #5A5A5A. Windows color (decimal): -5753270 or 4863656. OLE color: 4863656.
HSL color Cylindrical-coordinate representation of color #A8364A: hue angle of 349.47º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8364A is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 74 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.34 |
| HSL | 349.47º | 0.51% | 0.44% | - |
| HSV(B) | 349.47º | 0.68% | 0.66% | - |
| XYZ | 18.7 | 11.46 | 7.7 | - |
| YUV | 90.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 74 | 0 | 0.68 | 0.56 | 0.34 | 349.47 | 0.51 | 0.44 |
| Hex | A8 | 36 | 4A | 0 | 44 | 38 | 22 | 15D | 33 | 2C |
| Octal | 250 | 66 | 112 | 0 | 104 | 70 | 42 | 535 | 63 | 54 |
| Binary | 10101000 | 110110 | 1001010 | 0 | 1000100 | 111000 | 100010 | 101011101 | 110011 | 101100 |
Color Harmonies of #A8364A
Complementary color
Monochromatic Colors of #A8364A
Black with #A8364A
Text Example
Text Example
White with #A8364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8364A; }
p { color: rgb(168,54,74); }
H1.HeaderClassName
{
color: #A8364A;
}
.AnyTagClassName
{
color: #A8364A;
}
</style>
background-color css
<style>
a { background-color: #A8364A; }
a { background-color: rgb(168,54,74); }
div.DivClassName
{
background-color: #A8364A;
}
.BgClassName
{
background-color: #A8364A;
}
</style>
border-color css
<style>
span { border-color: #A8364A; }
span { border-color: rgb(168,54,74); }
td.TdClassName
{
border-color: #A8364A;
}
.TagClassName
{
border-color: #A8364A;
}
</style>