Shades of Night Shadz #A84252
Tints of Night Shadz #A84252
RGB
CMYK
RGB Variations
Color information
#A84252 (or 0xA84252) is known color: Night Shadz. HEX triplet: A8, 42 and 52. RGB value is (168,66,82). Sum of RGB (Red+Green+Blue) = 168+66+82=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A84252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84252 is #57BDAD. Grayscale: #626262. Windows color (decimal): -5750190 or 5391016. OLE color: 5391016.
HSL color Cylindrical-coordinate representation of color #A84252: hue angle of 350.59º 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 #A84252 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 82 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.34 |
| HSL | 350.59º | 0.44% | 0.46% | - |
| HSV(B) | 350.59º | 0.61% | 0.66% | - |
| XYZ | 19.62 | 12.83 | 9.43 | - |
| YUV | 98.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 82 | 0 | 0.61 | 0.51 | 0.34 | 350.59 | 0.44 | 0.46 |
| Hex | A8 | 42 | 52 | 0 | 3D | 33 | 22 | 15F | 2C | 2E |
| Octal | 250 | 102 | 122 | 0 | 75 | 63 | 42 | 537 | 54 | 56 |
| Binary | 10101000 | 1000010 | 1010010 | 0 | 111101 | 110011 | 100010 | 101011111 | 101100 | 101110 |
Color Harmonies of #A84252
Complementary color
Monochromatic Colors of #A84252
Black with #A84252
Text Example
Text Example
White with #A84252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84252; }
p { color: rgb(168,66,82); }
H1.HeaderClassName
{
color: #A84252;
}
.AnyTagClassName
{
color: #A84252;
}
</style>
background-color css
<style>
a { background-color: #A84252; }
a { background-color: rgb(168,66,82); }
div.DivClassName
{
background-color: #A84252;
}
.BgClassName
{
background-color: #A84252;
}
</style>
border-color css
<style>
span { border-color: #A84252; }
span { border-color: rgb(168,66,82); }
td.TdClassName
{
border-color: #A84252;
}
.TagClassName
{
border-color: #A84252;
}
</style>