Shades of Night Shadz #A3464A
Tints of Night Shadz #A3464A
RGB
CMYK
RGB Variations
Color information
#A3464A (or 0xA3464A) is known color: Night Shadz. HEX triplet: A3, 46 and 4A. RGB value is (163,70,74). Sum of RGB (Red+Green+Blue) = 163+70+74=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3464A is #5CB9B5. Grayscale: #626262. Windows color (decimal): -6076854 or 4867747. OLE color: 4867747.
HSL color Cylindrical-coordinate representation of color #A3464A: hue angle of 357.42º 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 #A3464A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 74 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.36 |
| HSL | 357.42º | 0.4% | 0.46% | - |
| HSV(B) | 357.42º | 0.57% | 0.64% | - |
| XYZ | 18.53 | 12.66 | 7.95 | - |
| YUV | 98.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 74 | 0 | 0.57 | 0.55 | 0.36 | 357.42 | 0.4 | 0.46 |
| Hex | A3 | 46 | 4A | 0 | 39 | 37 | 24 | 165 | 28 | 2E |
| Octal | 243 | 106 | 112 | 0 | 71 | 67 | 44 | 545 | 50 | 56 |
| Binary | 10100011 | 1000110 | 1001010 | 0 | 111001 | 110111 | 100100 | 101100101 | 101000 | 101110 |
Color Harmonies of #A3464A
Complementary color
Monochromatic Colors of #A3464A
Black with #A3464A
Text Example
Text Example
White with #A3464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3464A; }
p { color: rgb(163,70,74); }
H1.HeaderClassName
{
color: #A3464A;
}
.AnyTagClassName
{
color: #A3464A;
}
</style>
background-color css
<style>
a { background-color: #A3464A; }
a { background-color: rgb(163,70,74); }
div.DivClassName
{
background-color: #A3464A;
}
.BgClassName
{
background-color: #A3464A;
}
</style>
border-color css
<style>
span { border-color: #A3464A; }
span { border-color: rgb(163,70,74); }
td.TdClassName
{
border-color: #A3464A;
}
.TagClassName
{
border-color: #A3464A;
}
</style>