Shades of Night Shadz #A6384B
Tints of Night Shadz #A6384B
RGB
CMYK
RGB Variations
Color information
#A6384B (or 0xA6384B) is known color: Night Shadz. HEX triplet: A6, 38 and 4B. RGB value is (166,56,75). Sum of RGB (Red+Green+Blue) = 166+56+75=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6384B is #59C7B4. Grayscale: #5B5B5B. Windows color (decimal): -5883829 or 4929702. OLE color: 4929702.
HSL color Cylindrical-coordinate representation of color #A6384B: hue angle of 349.64º 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 #A6384B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 75 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.35 |
| HSL | 349.64º | 0.5% | 0.44% | - |
| HSV(B) | 349.64º | 0.66% | 0.65% | - |
| XYZ | 18.41 | 11.44 | 7.9 | - |
| YUV | 91.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 75 | 0 | 0.66 | 0.55 | 0.35 | 349.64 | 0.5 | 0.44 |
| Hex | A6 | 38 | 4B | 0 | 42 | 37 | 23 | 15E | 32 | 2C |
| Octal | 246 | 70 | 113 | 0 | 102 | 67 | 43 | 536 | 62 | 54 |
| Binary | 10100110 | 111000 | 1001011 | 0 | 1000010 | 110111 | 100011 | 101011110 | 110010 | 101100 |
Color Harmonies of #A6384B
Complementary color
Monochromatic Colors of #A6384B
Black with #A6384B
Text Example
Text Example
White with #A6384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6384B; }
p { color: rgb(166,56,75); }
H1.HeaderClassName
{
color: #A6384B;
}
.AnyTagClassName
{
color: #A6384B;
}
</style>
background-color css
<style>
a { background-color: #A6384B; }
a { background-color: rgb(166,56,75); }
div.DivClassName
{
background-color: #A6384B;
}
.BgClassName
{
background-color: #A6384B;
}
</style>
border-color css
<style>
span { border-color: #A6384B; }
span { border-color: rgb(166,56,75); }
td.TdClassName
{
border-color: #A6384B;
}
.TagClassName
{
border-color: #A6384B;
}
</style>