Shades of Night Shadz #A6385A
Tints of Night Shadz #A6385A
RGB
CMYK
RGB Variations
Color information
#A6385A (or 0xA6385A) is known color: Night Shadz. HEX triplet: A6, 38 and 5A. RGB value is (166,56,90). Sum of RGB (Red+Green+Blue) = 166+56+90=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6385A is #59C7A5. Grayscale: #5C5C5C. Windows color (decimal): -5883814 or 5912742. OLE color: 5912742.
HSL color Cylindrical-coordinate representation of color #A6385A: hue angle of 341.45º 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 #A6385A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 90 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.35 |
| HSL | 341.45º | 0.5% | 0.44% | - |
| HSV(B) | 341.45º | 0.66% | 0.65% | - |
| XYZ | 18.99 | 11.67 | 10.93 | - |
| YUV | 92.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 90 | 0 | 0.66 | 0.46 | 0.35 | 341.45 | 0.5 | 0.44 |
| Hex | A6 | 38 | 5A | 0 | 42 | 2E | 23 | 155 | 32 | 2C |
| Octal | 246 | 70 | 132 | 0 | 102 | 56 | 43 | 525 | 62 | 54 |
| Binary | 10100110 | 111000 | 1011010 | 0 | 1000010 | 101110 | 100011 | 101010101 | 110010 | 101100 |
Color Harmonies of #A6385A
Complementary color
Monochromatic Colors of #A6385A
Black with #A6385A
Text Example
Text Example
White with #A6385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6385A; }
p { color: rgb(166,56,90); }
H1.HeaderClassName
{
color: #A6385A;
}
.AnyTagClassName
{
color: #A6385A;
}
</style>
background-color css
<style>
a { background-color: #A6385A; }
a { background-color: rgb(166,56,90); }
div.DivClassName
{
background-color: #A6385A;
}
.BgClassName
{
background-color: #A6385A;
}
</style>
border-color css
<style>
span { border-color: #A6385A; }
span { border-color: rgb(166,56,90); }
td.TdClassName
{
border-color: #A6385A;
}
.TagClassName
{
border-color: #A6385A;
}
</style>