Shades of Night Shadz #A84041
Tints of Night Shadz #A84041
RGB
CMYK
RGB Variations
Color information
#A84041 (or 0xA84041) is known color: Night Shadz. HEX triplet: A8, 40 and 41. RGB value is (168,64,65). Sum of RGB (Red+Green+Blue) = 168+64+65=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A84041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84041 is #57BFBE. Grayscale: #5F5F5F. Windows color (decimal): -5750719 or 4276392. OLE color: 4276392.
HSL color Cylindrical-coordinate representation of color #A84041: hue angle of 359.42º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84041 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 65 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.34 |
| HSL | 359.42º | 0.45% | 0.45% | - |
| HSV(B) | 359.42º | 0.62% | 0.66% | - |
| XYZ | 18.94 | 12.37 | 6.39 | - |
| YUV | 95.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 65 | 0 | 0.62 | 0.61 | 0.34 | 359.42 | 0.45 | 0.45 |
| Hex | A8 | 40 | 41 | 0 | 3E | 3D | 22 | 167 | 2D | 2D |
| Octal | 250 | 100 | 101 | 0 | 76 | 75 | 42 | 547 | 55 | 55 |
| Binary | 10101000 | 1000000 | 1000001 | 0 | 111110 | 111101 | 100010 | 101100111 | 101101 | 101101 |
Color Harmonies of #A84041
Complementary color
Monochromatic Colors of #A84041
Black with #A84041
Text Example
Text Example
White with #A84041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84041; }
p { color: rgb(168,64,65); }
H1.HeaderClassName
{
color: #A84041;
}
.AnyTagClassName
{
color: #A84041;
}
</style>
background-color css
<style>
a { background-color: #A84041; }
a { background-color: rgb(168,64,65); }
div.DivClassName
{
background-color: #A84041;
}
.BgClassName
{
background-color: #A84041;
}
</style>
border-color css
<style>
span { border-color: #A84041; }
span { border-color: rgb(168,64,65); }
td.TdClassName
{
border-color: #A84041;
}
.TagClassName
{
border-color: #A84041;
}
</style>