Shades of Night Shadz #A63748
Tints of Night Shadz #A63748
RGB
CMYK
RGB Variations
Color information
#A63748 (or 0xA63748) is known color: Night Shadz. HEX triplet: A6, 37 and 48. RGB value is (166,55,72). Sum of RGB (Red+Green+Blue) = 166+55+72=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A63748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63748 is #59C8B7. Grayscale: #5A5A5A. Windows color (decimal): -5884088 or 4732838. OLE color: 4732838.
HSL color Cylindrical-coordinate representation of color #A63748: hue angle of 350.81º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63748 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 72 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.35 |
| HSL | 350.81º | 0.5% | 0.43% | - |
| HSV(B) | 350.81º | 0.67% | 0.65% | - |
| XYZ | 18.26 | 11.31 | 7.35 | - |
| YUV | 90.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 72 | 0 | 0.67 | 0.57 | 0.35 | 350.81 | 0.5 | 0.43 |
| Hex | A6 | 37 | 48 | 0 | 43 | 39 | 23 | 15F | 32 | 2B |
| Octal | 246 | 67 | 110 | 0 | 103 | 71 | 43 | 537 | 62 | 53 |
| Binary | 10100110 | 110111 | 1001000 | 0 | 1000011 | 111001 | 100011 | 101011111 | 110010 | 101011 |
Color Harmonies of #A63748
Complementary color
Monochromatic Colors of #A63748
Black with #A63748
Text Example
Text Example
White with #A63748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63748; }
p { color: rgb(166,55,72); }
H1.HeaderClassName
{
color: #A63748;
}
.AnyTagClassName
{
color: #A63748;
}
</style>
background-color css
<style>
a { background-color: #A63748; }
a { background-color: rgb(166,55,72); }
div.DivClassName
{
background-color: #A63748;
}
.BgClassName
{
background-color: #A63748;
}
</style>
border-color css
<style>
span { border-color: #A63748; }
span { border-color: rgb(166,55,72); }
td.TdClassName
{
border-color: #A63748;
}
.TagClassName
{
border-color: #A63748;
}
</style>