Shades of Night Shadz #A04852
Tints of Night Shadz #A04852
RGB
CMYK
RGB Variations
Color information
#A04852 (or 0xA04852) is known color: Night Shadz. HEX triplet: A0, 48 and 52. RGB value is (160,72,82). Sum of RGB (Red+Green+Blue) = 160+72+82=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A04852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04852 is #5FB7AD. Grayscale: #636363. Windows color (decimal): -6272942 or 5392544. OLE color: 5392544.
HSL color Cylindrical-coordinate representation of color #A04852: hue angle of 353.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04852 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 82 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.37 |
| HSL | 353.18º | 0.38% | 0.45% | - |
| HSV(B) | 353.18º | 0.55% | 0.63% | - |
| XYZ | 18.34 | 12.72 | 9.47 | - |
| YUV | 99.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 82 | 0 | 0.55 | 0.49 | 0.37 | 353.18 | 0.38 | 0.45 |
| Hex | A0 | 48 | 52 | 0 | 37 | 31 | 25 | 161 | 26 | 2D |
| Octal | 240 | 110 | 122 | 0 | 67 | 61 | 45 | 541 | 46 | 55 |
| Binary | 10100000 | 1001000 | 1010010 | 0 | 110111 | 110001 | 100101 | 101100001 | 100110 | 101101 |
Color Harmonies of #A04852
Complementary color
Monochromatic Colors of #A04852
Black with #A04852
Text Example
Text Example
White with #A04852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04852; }
p { color: rgb(160,72,82); }
H1.HeaderClassName
{
color: #A04852;
}
.AnyTagClassName
{
color: #A04852;
}
</style>
background-color css
<style>
a { background-color: #A04852; }
a { background-color: rgb(160,72,82); }
div.DivClassName
{
background-color: #A04852;
}
.BgClassName
{
background-color: #A04852;
}
</style>
border-color css
<style>
span { border-color: #A04852; }
span { border-color: rgb(160,72,82); }
td.TdClassName
{
border-color: #A04852;
}
.TagClassName
{
border-color: #A04852;
}
</style>