Shades of Night Shadz #A4464D
Tints of Night Shadz #A4464D
RGB
CMYK
RGB Variations
Color information
#A4464D (or 0xA4464D) is known color: Night Shadz. HEX triplet: A4, 46 and 4D. RGB value is (164,70,77). Sum of RGB (Red+Green+Blue) = 164+70+77=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4464D is #5BB9B2. Grayscale: #626262. Windows color (decimal): -6011315 or 5064356. OLE color: 5064356.
HSL color Cylindrical-coordinate representation of color #A4464D: hue angle of 355.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4464D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 77 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.36 |
| HSL | 355.53º | 0.4% | 0.46% | - |
| HSV(B) | 355.53º | 0.57% | 0.64% | - |
| XYZ | 18.84 | 12.81 | 8.5 | - |
| YUV | 98.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 77 | 0 | 0.57 | 0.53 | 0.36 | 355.53 | 0.4 | 0.46 |
| Hex | A4 | 46 | 4D | 0 | 39 | 35 | 24 | 164 | 28 | 2E |
| Octal | 244 | 106 | 115 | 0 | 71 | 65 | 44 | 544 | 50 | 56 |
| Binary | 10100100 | 1000110 | 1001101 | 0 | 111001 | 110101 | 100100 | 101100100 | 101000 | 101110 |
Color Harmonies of #A4464D
Complementary color
Monochromatic Colors of #A4464D
Black with #A4464D
Text Example
Text Example
White with #A4464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4464D; }
p { color: rgb(164,70,77); }
H1.HeaderClassName
{
color: #A4464D;
}
.AnyTagClassName
{
color: #A4464D;
}
</style>
background-color css
<style>
a { background-color: #A4464D; }
a { background-color: rgb(164,70,77); }
div.DivClassName
{
background-color: #A4464D;
}
.BgClassName
{
background-color: #A4464D;
}
</style>
border-color css
<style>
span { border-color: #A4464D; }
span { border-color: rgb(164,70,77); }
td.TdClassName
{
border-color: #A4464D;
}
.TagClassName
{
border-color: #A4464D;
}
</style>