Shades of Night Shadz #A84151
Tints of Night Shadz #A84151
RGB
CMYK
RGB Variations
Color information
#A84151 (or 0xA84151) is known color: Night Shadz. HEX triplet: A8, 41 and 51. RGB value is (168,65,81). Sum of RGB (Red+Green+Blue) = 168+65+81=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A84151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84151 is #57BEAE. Grayscale: #616161. Windows color (decimal): -5750447 or 5325224. OLE color: 5325224.
HSL color Cylindrical-coordinate representation of color #A84151: hue angle of 350.68º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84151 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 81 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.34 |
| HSL | 350.68º | 0.44% | 0.46% | - |
| HSV(B) | 350.68º | 0.61% | 0.66% | - |
| XYZ | 19.52 | 12.7 | 9.21 | - |
| YUV | 97.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 81 | 0 | 0.61 | 0.52 | 0.34 | 350.68 | 0.44 | 0.46 |
| Hex | A8 | 41 | 51 | 0 | 3D | 34 | 22 | 15F | 2C | 2E |
| Octal | 250 | 101 | 121 | 0 | 75 | 64 | 42 | 537 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1010001 | 0 | 111101 | 110100 | 100010 | 101011111 | 101100 | 101110 |
Color Harmonies of #A84151
Complementary color
Monochromatic Colors of #A84151
Black with #A84151
Text Example
Text Example
White with #A84151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84151; }
p { color: rgb(168,65,81); }
H1.HeaderClassName
{
color: #A84151;
}
.AnyTagClassName
{
color: #A84151;
}
</style>
background-color css
<style>
a { background-color: #A84151; }
a { background-color: rgb(168,65,81); }
div.DivClassName
{
background-color: #A84151;
}
.BgClassName
{
background-color: #A84151;
}
</style>
border-color css
<style>
span { border-color: #A84151; }
span { border-color: rgb(168,65,81); }
td.TdClassName
{
border-color: #A84151;
}
.TagClassName
{
border-color: #A84151;
}
</style>