Shades of Night Shadz #A3464D
Tints of Night Shadz #A3464D
RGB
CMYK
RGB Variations
Color information
#A3464D (or 0xA3464D) is known color: Night Shadz. HEX triplet: A3, 46 and 4D. RGB value is (163,70,77). Sum of RGB (Red+Green+Blue) = 163+70+77=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3464D is #5CB9B2. Grayscale: #626262. Windows color (decimal): -6076851 or 5064355. OLE color: 5064355.
HSL color Cylindrical-coordinate representation of color #A3464D: hue angle of 355.48º 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 #A3464D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 77 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.36 |
| HSL | 355.48º | 0.4% | 0.46% | - |
| HSV(B) | 355.48º | 0.57% | 0.64% | - |
| XYZ | 18.63 | 12.7 | 8.49 | - |
| YUV | 98.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 77 | 0 | 0.57 | 0.53 | 0.36 | 355.48 | 0.4 | 0.46 |
| Hex | A3 | 46 | 4D | 0 | 39 | 35 | 24 | 163 | 28 | 2E |
| Octal | 243 | 106 | 115 | 0 | 71 | 65 | 44 | 543 | 50 | 56 |
| Binary | 10100011 | 1000110 | 1001101 | 0 | 111001 | 110101 | 100100 | 101100011 | 101000 | 101110 |
Color Harmonies of #A3464D
Complementary color
Monochromatic Colors of #A3464D
Black with #A3464D
Text Example
Text Example
White with #A3464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3464D; }
p { color: rgb(163,70,77); }
H1.HeaderClassName
{
color: #A3464D;
}
.AnyTagClassName
{
color: #A3464D;
}
</style>
background-color css
<style>
a { background-color: #A3464D; }
a { background-color: rgb(163,70,77); }
div.DivClassName
{
background-color: #A3464D;
}
.BgClassName
{
background-color: #A3464D;
}
</style>
border-color css
<style>
span { border-color: #A3464D; }
span { border-color: rgb(163,70,77); }
td.TdClassName
{
border-color: #A3464D;
}
.TagClassName
{
border-color: #A3464D;
}
</style>