Shades of Night Shadz #A1464C
Tints of Night Shadz #A1464C
RGB
CMYK
RGB Variations
Color information
#A1464C (or 0xA1464C) is known color: Night Shadz. HEX triplet: A1, 46 and 4C. RGB value is (161,70,76). Sum of RGB (Red+Green+Blue) = 161+70+76=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1464C is #5EB9B3. Grayscale: #616161. Windows color (decimal): -6207924 or 4998817. OLE color: 4998817.
HSL color Cylindrical-coordinate representation of color #A1464C: hue angle of 356.04º 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 #A1464C is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 76 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.37 |
| HSL | 356.04º | 0.39% | 0.45% | - |
| HSV(B) | 356.04º | 0.57% | 0.63% | - |
| XYZ | 18.19 | 12.48 | 8.29 | - |
| YUV | 97.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 76 | 0 | 0.57 | 0.53 | 0.37 | 356.04 | 0.39 | 0.45 |
| Hex | A1 | 46 | 4C | 0 | 39 | 35 | 25 | 164 | 27 | 2D |
| Octal | 241 | 106 | 114 | 0 | 71 | 65 | 45 | 544 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1001100 | 0 | 111001 | 110101 | 100101 | 101100100 | 100111 | 101101 |
Color Harmonies of #A1464C
Complementary color
Monochromatic Colors of #A1464C
Black with #A1464C
Text Example
Text Example
White with #A1464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1464C; }
p { color: rgb(161,70,76); }
H1.HeaderClassName
{
color: #A1464C;
}
.AnyTagClassName
{
color: #A1464C;
}
</style>
background-color css
<style>
a { background-color: #A1464C; }
a { background-color: rgb(161,70,76); }
div.DivClassName
{
background-color: #A1464C;
}
.BgClassName
{
background-color: #A1464C;
}
</style>
border-color css
<style>
span { border-color: #A1464C; }
span { border-color: rgb(161,70,76); }
td.TdClassName
{
border-color: #A1464C;
}
.TagClassName
{
border-color: #A1464C;
}
</style>