Shades of Night Shadz #A8394D
Tints of Night Shadz #A8394D
RGB
CMYK
RGB Variations
Color information
#A8394D (or 0xA8394D) is known color: Night Shadz. HEX triplet: A8, 39 and 4D. RGB value is (168,57,77). Sum of RGB (Red+Green+Blue) = 168+57+77=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8394D is #57C6B2. Grayscale: #5C5C5C. Windows color (decimal): -5752499 or 5061032. OLE color: 5061032.
HSL color Cylindrical-coordinate representation of color #A8394D: hue angle of 349.19º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8394D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 77 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.34 |
| HSL | 349.19º | 0.49% | 0.44% | - |
| HSV(B) | 349.19º | 0.66% | 0.66% | - |
| XYZ | 18.95 | 11.79 | 8.3 | - |
| YUV | 92.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 77 | 0 | 0.66 | 0.54 | 0.34 | 349.19 | 0.49 | 0.44 |
| Hex | A8 | 39 | 4D | 0 | 42 | 36 | 22 | 15D | 31 | 2C |
| Octal | 250 | 71 | 115 | 0 | 102 | 66 | 42 | 535 | 61 | 54 |
| Binary | 10101000 | 111001 | 1001101 | 0 | 1000010 | 110110 | 100010 | 101011101 | 110001 | 101100 |
Color Harmonies of #A8394D
Complementary color
Monochromatic Colors of #A8394D
Black with #A8394D
Text Example
Text Example
White with #A8394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8394D; }
p { color: rgb(168,57,77); }
H1.HeaderClassName
{
color: #A8394D;
}
.AnyTagClassName
{
color: #A8394D;
}
</style>
background-color css
<style>
a { background-color: #A8394D; }
a { background-color: rgb(168,57,77); }
div.DivClassName
{
background-color: #A8394D;
}
.BgClassName
{
background-color: #A8394D;
}
</style>
border-color css
<style>
span { border-color: #A8394D; }
span { border-color: rgb(168,57,77); }
td.TdClassName
{
border-color: #A8394D;
}
.TagClassName
{
border-color: #A8394D;
}
</style>