Shades of Night Shadz #A84147
Tints of Night Shadz #A84147
RGB
CMYK
RGB Variations
Color information
#A84147 (or 0xA84147) is known color: Night Shadz. HEX triplet: A8, 41 and 47. RGB value is (168,65,71). Sum of RGB (Red+Green+Blue) = 168+65+71=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A84147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84147 is #57BEB8. Grayscale: #606060. Windows color (decimal): -5750457 or 4669864. OLE color: 4669864.
HSL color Cylindrical-coordinate representation of color #A84147: hue angle of 356.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84147 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 71 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.34 |
| HSL | 356.5º | 0.44% | 0.46% | - |
| HSV(B) | 356.5º | 0.61% | 0.66% | - |
| XYZ | 19.18 | 12.56 | 7.37 | - |
| YUV | 96.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 71 | 0 | 0.61 | 0.58 | 0.34 | 356.5 | 0.44 | 0.46 |
| Hex | A8 | 41 | 47 | 0 | 3D | 3A | 22 | 165 | 2C | 2E |
| Octal | 250 | 101 | 107 | 0 | 75 | 72 | 42 | 545 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1000111 | 0 | 111101 | 111010 | 100010 | 101100101 | 101100 | 101110 |
Color Harmonies of #A84147
Complementary color
Monochromatic Colors of #A84147
Black with #A84147
Text Example
Text Example
White with #A84147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84147; }
p { color: rgb(168,65,71); }
H1.HeaderClassName
{
color: #A84147;
}
.AnyTagClassName
{
color: #A84147;
}
</style>
background-color css
<style>
a { background-color: #A84147; }
a { background-color: rgb(168,65,71); }
div.DivClassName
{
background-color: #A84147;
}
.BgClassName
{
background-color: #A84147;
}
</style>
border-color css
<style>
span { border-color: #A84147; }
span { border-color: rgb(168,65,71); }
td.TdClassName
{
border-color: #A84147;
}
.TagClassName
{
border-color: #A84147;
}
</style>