Shades of Night Shadz #A84749
Tints of Night Shadz #A84749
RGB
CMYK
RGB Variations
Color information
#A84749 (or 0xA84749) is known color: Night Shadz. HEX triplet: A8, 47 and 49. RGB value is (168,71,73). Sum of RGB (Red+Green+Blue) = 168+71+73=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A84749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84749 is #57B8B6. Grayscale: #646464. Windows color (decimal): -5748919 or 4802472. OLE color: 4802472.
HSL color Cylindrical-coordinate representation of color #A84749: hue angle of 358.76º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84749 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 73 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.34 |
| HSL | 358.76º | 0.41% | 0.47% | - |
| HSV(B) | 358.76º | 0.58% | 0.66% | - |
| XYZ | 19.6 | 13.31 | 7.84 | - |
| YUV | 100.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 73 | 0 | 0.58 | 0.57 | 0.34 | 358.76 | 0.41 | 0.47 |
| Hex | A8 | 47 | 49 | 0 | 3A | 39 | 22 | 167 | 29 | 2F |
| Octal | 250 | 107 | 111 | 0 | 72 | 71 | 42 | 547 | 51 | 57 |
| Binary | 10101000 | 1000111 | 1001001 | 0 | 111010 | 111001 | 100010 | 101100111 | 101001 | 101111 |
Color Harmonies of #A84749
Complementary color
Monochromatic Colors of #A84749
Black with #A84749
Text Example
Text Example
White with #A84749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84749; }
p { color: rgb(168,71,73); }
H1.HeaderClassName
{
color: #A84749;
}
.AnyTagClassName
{
color: #A84749;
}
</style>
background-color css
<style>
a { background-color: #A84749; }
a { background-color: rgb(168,71,73); }
div.DivClassName
{
background-color: #A84749;
}
.BgClassName
{
background-color: #A84749;
}
</style>
border-color css
<style>
span { border-color: #A84749; }
span { border-color: rgb(168,71,73); }
td.TdClassName
{
border-color: #A84749;
}
.TagClassName
{
border-color: #A84749;
}
</style>