Shades of Night Shadz #A84449
Tints of Night Shadz #A84449
RGB
CMYK
RGB Variations
Color information
#A84449 (or 0xA84449) is known color: Night Shadz. HEX triplet: A8, 44 and 49. RGB value is (168,68,73). Sum of RGB (Red+Green+Blue) = 168+68+73=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84449 is #57BBB6. Grayscale: #626262. Windows color (decimal): -5749687 or 4801704. OLE color: 4801704.
HSL color Cylindrical-coordinate representation of color #A84449: hue angle of 357º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84449 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 73 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.34 |
| HSL | 357º | 0.42% | 0.46% | - |
| HSV(B) | 357º | 0.6% | 0.66% | - |
| XYZ | 19.42 | 12.94 | 7.78 | - |
| YUV | 98.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 73 | 0 | 0.60 | 0.57 | 0.34 | 357 | 0.42 | 0.46 |
| Hex | A8 | 44 | 49 | 0 | 3C | 39 | 22 | 165 | 2A | 2E |
| Octal | 250 | 104 | 111 | 0 | 74 | 71 | 42 | 545 | 52 | 56 |
| Binary | 10101000 | 1000100 | 1001001 | 0 | 111100 | 111001 | 100010 | 101100101 | 101010 | 101110 |
Color Harmonies of #A84449
Complementary color
Monochromatic Colors of #A84449
Black with #A84449
Text Example
Text Example
White with #A84449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84449; }
p { color: rgb(168,68,73); }
H1.HeaderClassName
{
color: #A84449;
}
.AnyTagClassName
{
color: #A84449;
}
</style>
background-color css
<style>
a { background-color: #A84449; }
a { background-color: rgb(168,68,73); }
div.DivClassName
{
background-color: #A84449;
}
.BgClassName
{
background-color: #A84449;
}
</style>
border-color css
<style>
span { border-color: #A84449; }
span { border-color: rgb(168,68,73); }
td.TdClassName
{
border-color: #A84449;
}
.TagClassName
{
border-color: #A84449;
}
</style>