Shades of Night Shadz #A6384D
Tints of Night Shadz #A6384D
RGB
CMYK
RGB Variations
Color information
#A6384D (or 0xA6384D) is known color: Night Shadz. HEX triplet: A6, 38 and 4D. RGB value is (166,56,77). Sum of RGB (Red+Green+Blue) = 166+56+77=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6384D is #59C7B2. Grayscale: #5B5B5B. Windows color (decimal): -5883827 or 5060774. OLE color: 5060774.
HSL color Cylindrical-coordinate representation of color #A6384D: hue angle of 348.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6384D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 77 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.35 |
| HSL | 348.55º | 0.5% | 0.44% | - |
| HSV(B) | 348.55º | 0.66% | 0.65% | - |
| XYZ | 18.48 | 11.47 | 8.26 | - |
| YUV | 91.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 77 | 0 | 0.66 | 0.54 | 0.35 | 348.55 | 0.5 | 0.44 |
| Hex | A6 | 38 | 4D | 0 | 42 | 36 | 23 | 15D | 32 | 2C |
| Octal | 246 | 70 | 115 | 0 | 102 | 66 | 43 | 535 | 62 | 54 |
| Binary | 10100110 | 111000 | 1001101 | 0 | 1000010 | 110110 | 100011 | 101011101 | 110010 | 101100 |
Color Harmonies of #A6384D
Complementary color
Monochromatic Colors of #A6384D
Black with #A6384D
Text Example
Text Example
White with #A6384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6384D; }
p { color: rgb(166,56,77); }
H1.HeaderClassName
{
color: #A6384D;
}
.AnyTagClassName
{
color: #A6384D;
}
</style>
background-color css
<style>
a { background-color: #A6384D; }
a { background-color: rgb(166,56,77); }
div.DivClassName
{
background-color: #A6384D;
}
.BgClassName
{
background-color: #A6384D;
}
</style>
border-color css
<style>
span { border-color: #A6384D; }
span { border-color: rgb(166,56,77); }
td.TdClassName
{
border-color: #A6384D;
}
.TagClassName
{
border-color: #A6384D;
}
</style>