Shades of Night Shadz #A34049
Tints of Night Shadz #A34049
RGB
CMYK
RGB Variations
Color information
#A34049 (or 0xA34049) is known color: Night Shadz. HEX triplet: A3, 40 and 49. RGB value is (163,64,73). Sum of RGB (Red+Green+Blue) = 163+64+73=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A34049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34049 is #5CBFB6. Grayscale: #5E5E5E. Windows color (decimal): -6078391 or 4800675. OLE color: 4800675.
HSL color Cylindrical-coordinate representation of color #A34049: hue angle of 354.55º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34049 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 73 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.36 |
| HSL | 354.55º | 0.44% | 0.45% | - |
| HSV(B) | 354.55º | 0.61% | 0.64% | - |
| XYZ | 18.14 | 11.93 | 7.65 | - |
| YUV | 94.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 73 | 0 | 0.61 | 0.55 | 0.36 | 354.55 | 0.44 | 0.45 |
| Hex | A3 | 40 | 49 | 0 | 3D | 37 | 24 | 163 | 2C | 2D |
| Octal | 243 | 100 | 111 | 0 | 75 | 67 | 44 | 543 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1001001 | 0 | 111101 | 110111 | 100100 | 101100011 | 101100 | 101101 |
Color Harmonies of #A34049
Complementary color
Monochromatic Colors of #A34049
Black with #A34049
Text Example
Text Example
White with #A34049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34049; }
p { color: rgb(163,64,73); }
H1.HeaderClassName
{
color: #A34049;
}
.AnyTagClassName
{
color: #A34049;
}
</style>
background-color css
<style>
a { background-color: #A34049; }
a { background-color: rgb(163,64,73); }
div.DivClassName
{
background-color: #A34049;
}
.BgClassName
{
background-color: #A34049;
}
</style>
border-color css
<style>
span { border-color: #A34049; }
span { border-color: rgb(163,64,73); }
td.TdClassName
{
border-color: #A34049;
}
.TagClassName
{
border-color: #A34049;
}
</style>