Shades of Night Shadz #A1464A
Tints of Night Shadz #A1464A
RGB
CMYK
RGB Variations
Color information
#A1464A (or 0xA1464A) is known color: Night Shadz. HEX triplet: A1, 46 and 4A. RGB value is (161,70,74). Sum of RGB (Red+Green+Blue) = 161+70+74=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1464A is #5EB9B5. Grayscale: #616161. Windows color (decimal): -6207926 or 4867745. OLE color: 4867745.
HSL color Cylindrical-coordinate representation of color #A1464A: hue angle of 357.36º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1464A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 74 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.37 |
| HSL | 357.36º | 0.39% | 0.45% | - |
| HSV(B) | 357.36º | 0.57% | 0.63% | - |
| XYZ | 18.12 | 12.45 | 7.93 | - |
| YUV | 97.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 74 | 0 | 0.57 | 0.54 | 0.37 | 357.36 | 0.39 | 0.45 |
| Hex | A1 | 46 | 4A | 0 | 39 | 36 | 25 | 165 | 27 | 2D |
| Octal | 241 | 106 | 112 | 0 | 71 | 66 | 45 | 545 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1001010 | 0 | 111001 | 110110 | 100101 | 101100101 | 100111 | 101101 |
Color Harmonies of #A1464A
Complementary color
Monochromatic Colors of #A1464A
Black with #A1464A
Text Example
Text Example
White with #A1464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1464A; }
p { color: rgb(161,70,74); }
H1.HeaderClassName
{
color: #A1464A;
}
.AnyTagClassName
{
color: #A1464A;
}
</style>
background-color css
<style>
a { background-color: #A1464A; }
a { background-color: rgb(161,70,74); }
div.DivClassName
{
background-color: #A1464A;
}
.BgClassName
{
background-color: #A1464A;
}
</style>
border-color css
<style>
span { border-color: #A1464A; }
span { border-color: rgb(161,70,74); }
td.TdClassName
{
border-color: #A1464A;
}
.TagClassName
{
border-color: #A1464A;
}
</style>