Shades of Night Shadz #A4364A
Tints of Night Shadz #A4364A
RGB
CMYK
RGB Variations
Color information
#A4364A (or 0xA4364A) is known color: Night Shadz. HEX triplet: A4, 36 and 4A. RGB value is (164,54,74). Sum of RGB (Red+Green+Blue) = 164+54+74=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4364A is #5BC9B5. Grayscale: #595959. Windows color (decimal): -6015414 or 4863652. OLE color: 4863652.
HSL color Cylindrical-coordinate representation of color #A4364A: hue angle of 349.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4364A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 74 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.36 |
| HSL | 349.09º | 0.5% | 0.43% | - |
| HSV(B) | 349.09º | 0.67% | 0.64% | - |
| XYZ | 17.87 | 11.03 | 7.67 | - |
| YUV | 89.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 74 | 0 | 0.67 | 0.55 | 0.36 | 349.09 | 0.5 | 0.43 |
| Hex | A4 | 36 | 4A | 0 | 43 | 37 | 24 | 15D | 32 | 2B |
| Octal | 244 | 66 | 112 | 0 | 103 | 67 | 44 | 535 | 62 | 53 |
| Binary | 10100100 | 110110 | 1001010 | 0 | 1000011 | 110111 | 100100 | 101011101 | 110010 | 101011 |
Color Harmonies of #A4364A
Complementary color
Monochromatic Colors of #A4364A
Black with #A4364A
Text Example
Text Example
White with #A4364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4364A; }
p { color: rgb(164,54,74); }
H1.HeaderClassName
{
color: #A4364A;
}
.AnyTagClassName
{
color: #A4364A;
}
</style>
background-color css
<style>
a { background-color: #A4364A; }
a { background-color: rgb(164,54,74); }
div.DivClassName
{
background-color: #A4364A;
}
.BgClassName
{
background-color: #A4364A;
}
</style>
border-color css
<style>
span { border-color: #A4364A; }
span { border-color: rgb(164,54,74); }
td.TdClassName
{
border-color: #A4364A;
}
.TagClassName
{
border-color: #A4364A;
}
</style>