Shades of Night Shadz #A1464D
Tints of Night Shadz #A1464D
RGB
CMYK
RGB Variations
Color information
#A1464D (or 0xA1464D) is known color: Night Shadz. HEX triplet: A1, 46 and 4D. RGB value is (161,70,77). Sum of RGB (Red+Green+Blue) = 161+70+77=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1464D is #5EB9B2. Grayscale: #626262. Windows color (decimal): -6207923 or 5064353. OLE color: 5064353.
HSL color Cylindrical-coordinate representation of color #A1464D: hue angle of 355.38º 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 #A1464D is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 77 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.37 |
| HSL | 355.38º | 0.39% | 0.45% | - |
| HSV(B) | 355.38º | 0.57% | 0.63% | - |
| XYZ | 18.23 | 12.49 | 8.47 | - |
| YUV | 98.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 77 | 0 | 0.57 | 0.52 | 0.37 | 355.38 | 0.39 | 0.45 |
| Hex | A1 | 46 | 4D | 0 | 39 | 34 | 25 | 163 | 27 | 2D |
| Octal | 241 | 106 | 115 | 0 | 71 | 64 | 45 | 543 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1001101 | 0 | 111001 | 110100 | 100101 | 101100011 | 100111 | 101101 |
Color Harmonies of #A1464D
Complementary color
Monochromatic Colors of #A1464D
Black with #A1464D
Text Example
Text Example
White with #A1464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1464D; }
p { color: rgb(161,70,77); }
H1.HeaderClassName
{
color: #A1464D;
}
.AnyTagClassName
{
color: #A1464D;
}
</style>
background-color css
<style>
a { background-color: #A1464D; }
a { background-color: rgb(161,70,77); }
div.DivClassName
{
background-color: #A1464D;
}
.BgClassName
{
background-color: #A1464D;
}
</style>
border-color css
<style>
span { border-color: #A1464D; }
span { border-color: rgb(161,70,77); }
td.TdClassName
{
border-color: #A1464D;
}
.TagClassName
{
border-color: #A1464D;
}
</style>