Shades of Night Shadz #A8384C
Tints of Night Shadz #A8384C
RGB
CMYK
RGB Variations
Color information
#A8384C (or 0xA8384C) is known color: Night Shadz. HEX triplet: A8, 38 and 4C. RGB value is (168,56,76). Sum of RGB (Red+Green+Blue) = 168+56+76=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8384C is #57C7B3. Grayscale: #5B5B5B. Windows color (decimal): -5752756 or 4995240. OLE color: 4995240.
HSL color Cylindrical-coordinate representation of color #A8384C: hue angle of 349.29º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8384C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 76 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.34 |
| HSL | 349.29º | 0.5% | 0.44% | - |
| HSV(B) | 349.29º | 0.67% | 0.66% | - |
| XYZ | 18.87 | 11.67 | 8.1 | - |
| YUV | 91.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 76 | 0 | 0.67 | 0.55 | 0.34 | 349.29 | 0.5 | 0.44 |
| Hex | A8 | 38 | 4C | 0 | 43 | 37 | 22 | 15D | 32 | 2C |
| Octal | 250 | 70 | 114 | 0 | 103 | 67 | 42 | 535 | 62 | 54 |
| Binary | 10101000 | 111000 | 1001100 | 0 | 1000011 | 110111 | 100010 | 101011101 | 110010 | 101100 |
Color Harmonies of #A8384C
Complementary color
Monochromatic Colors of #A8384C
Black with #A8384C
Text Example
Text Example
White with #A8384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8384C; }
p { color: rgb(168,56,76); }
H1.HeaderClassName
{
color: #A8384C;
}
.AnyTagClassName
{
color: #A8384C;
}
</style>
background-color css
<style>
a { background-color: #A8384C; }
a { background-color: rgb(168,56,76); }
div.DivClassName
{
background-color: #A8384C;
}
.BgClassName
{
background-color: #A8384C;
}
</style>
border-color css
<style>
span { border-color: #A8384C; }
span { border-color: rgb(168,56,76); }
td.TdClassName
{
border-color: #A8384C;
}
.TagClassName
{
border-color: #A8384C;
}
</style>