Shades of Night Shadz #A64051
Tints of Night Shadz #A64051
RGB
CMYK
RGB Variations
Color information
#A64051 (or 0xA64051) is known color: Night Shadz. HEX triplet: A6, 40 and 51. RGB value is (166,64,81). Sum of RGB (Red+Green+Blue) = 166+64+81=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A64051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64051 is #59BFAE. Grayscale: #606060. Windows color (decimal): -5881775 or 5324966. OLE color: 5324966.
HSL color Cylindrical-coordinate representation of color #A64051: hue angle of 350º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64051 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 81 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.35 |
| HSL | 350º | 0.44% | 0.45% | - |
| HSV(B) | 350º | 0.61% | 0.65% | - |
| XYZ | 19.04 | 12.37 | 9.17 | - |
| YUV | 96.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 81 | 0 | 0.61 | 0.51 | 0.35 | 350 | 0.44 | 0.45 |
| Hex | A6 | 40 | 51 | 0 | 3D | 33 | 23 | 15E | 2C | 2D |
| Octal | 246 | 100 | 121 | 0 | 75 | 63 | 43 | 536 | 54 | 55 |
| Binary | 10100110 | 1000000 | 1010001 | 0 | 111101 | 110011 | 100011 | 101011110 | 101100 | 101101 |
Color Harmonies of #A64051
Complementary color
Monochromatic Colors of #A64051
Black with #A64051
Text Example
Text Example
White with #A64051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64051; }
p { color: rgb(166,64,81); }
H1.HeaderClassName
{
color: #A64051;
}
.AnyTagClassName
{
color: #A64051;
}
</style>
background-color css
<style>
a { background-color: #A64051; }
a { background-color: rgb(166,64,81); }
div.DivClassName
{
background-color: #A64051;
}
.BgClassName
{
background-color: #A64051;
}
</style>
border-color css
<style>
span { border-color: #A64051; }
span { border-color: rgb(166,64,81); }
td.TdClassName
{
border-color: #A64051;
}
.TagClassName
{
border-color: #A64051;
}
</style>