Shades of Night Shadz #A64748
Tints of Night Shadz #A64748
RGB
CMYK
RGB Variations
Color information
#A64748 (or 0xA64748) is known color: Night Shadz. HEX triplet: A6, 47 and 48. RGB value is (166,71,72). Sum of RGB (Red+Green+Blue) = 166+71+72=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A64748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64748 is #59B8B7. Grayscale: #636363. Windows color (decimal): -5879992 or 4736934. OLE color: 4736934.
HSL color Cylindrical-coordinate representation of color #A64748: hue angle of 359.37º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64748 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 72 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.35 |
| HSL | 359.37º | 0.4% | 0.46% | - |
| HSV(B) | 359.37º | 0.57% | 0.65% | - |
| XYZ | 19.15 | 13.08 | 7.65 | - |
| YUV | 99.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 72 | 0 | 0.57 | 0.57 | 0.35 | 359.37 | 0.4 | 0.46 |
| Hex | A6 | 47 | 48 | 0 | 39 | 39 | 23 | 167 | 28 | 2E |
| Octal | 246 | 107 | 110 | 0 | 71 | 71 | 43 | 547 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1001000 | 0 | 111001 | 111001 | 100011 | 101100111 | 101000 | 101110 |
Color Harmonies of #A64748
Complementary color
Monochromatic Colors of #A64748
Black with #A64748
Text Example
Text Example
White with #A64748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64748; }
p { color: rgb(166,71,72); }
H1.HeaderClassName
{
color: #A64748;
}
.AnyTagClassName
{
color: #A64748;
}
</style>
background-color css
<style>
a { background-color: #A64748; }
a { background-color: rgb(166,71,72); }
div.DivClassName
{
background-color: #A64748;
}
.BgClassName
{
background-color: #A64748;
}
</style>
border-color css
<style>
span { border-color: #A64748; }
span { border-color: rgb(166,71,72); }
td.TdClassName
{
border-color: #A64748;
}
.TagClassName
{
border-color: #A64748;
}
</style>