Shades of Night Shadz #A84549
Tints of Night Shadz #A84549
RGB
CMYK
RGB Variations
Color information
#A84549 (or 0xA84549) is known color: Night Shadz. HEX triplet: A8, 45 and 49. RGB value is (168,69,73). Sum of RGB (Red+Green+Blue) = 168+69+73=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A84549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84549 is #57BAB6. Grayscale: #636363. Windows color (decimal): -5749431 or 4801960. OLE color: 4801960.
HSL color Cylindrical-coordinate representation of color #A84549: hue angle of 357.58º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84549 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 73 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.34 |
| HSL | 357.58º | 0.42% | 0.46% | - |
| HSV(B) | 357.58º | 0.59% | 0.66% | - |
| XYZ | 19.48 | 13.06 | 7.8 | - |
| YUV | 99.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 73 | 0 | 0.59 | 0.57 | 0.34 | 357.58 | 0.42 | 0.46 |
| Hex | A8 | 45 | 49 | 0 | 3B | 39 | 22 | 166 | 2A | 2E |
| Octal | 250 | 105 | 111 | 0 | 73 | 71 | 42 | 546 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1001001 | 0 | 111011 | 111001 | 100010 | 101100110 | 101010 | 101110 |
Color Harmonies of #A84549
Complementary color
Monochromatic Colors of #A84549
Black with #A84549
Text Example
Text Example
White with #A84549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84549; }
p { color: rgb(168,69,73); }
H1.HeaderClassName
{
color: #A84549;
}
.AnyTagClassName
{
color: #A84549;
}
</style>
background-color css
<style>
a { background-color: #A84549; }
a { background-color: rgb(168,69,73); }
div.DivClassName
{
background-color: #A84549;
}
.BgClassName
{
background-color: #A84549;
}
</style>
border-color css
<style>
span { border-color: #A84549; }
span { border-color: rgb(168,69,73); }
td.TdClassName
{
border-color: #A84549;
}
.TagClassName
{
border-color: #A84549;
}
</style>