Shades of Night Shadz #A1474C
Tints of Night Shadz #A1474C
RGB
CMYK
RGB Variations
Color information
#A1474C (or 0xA1474C) is known color: Night Shadz. HEX triplet: A1, 47 and 4C. RGB value is (161,71,76). Sum of RGB (Red+Green+Blue) = 161+71+76=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1474C is #5EB8B3. Grayscale: #626262. Windows color (decimal): -6207668 or 4999073. OLE color: 4999073.
HSL color Cylindrical-coordinate representation of color #A1474C: hue angle of 356.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1474C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 76 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.37 |
| HSL | 356.67º | 0.39% | 0.45% | - |
| HSV(B) | 356.67º | 0.56% | 0.63% | - |
| XYZ | 18.26 | 12.61 | 8.31 | - |
| YUV | 98.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 76 | 0 | 0.56 | 0.53 | 0.37 | 356.67 | 0.39 | 0.45 |
| Hex | A1 | 47 | 4C | 0 | 38 | 35 | 25 | 165 | 27 | 2D |
| Octal | 241 | 107 | 114 | 0 | 70 | 65 | 45 | 545 | 47 | 55 |
| Binary | 10100001 | 1000111 | 1001100 | 0 | 111000 | 110101 | 100101 | 101100101 | 100111 | 101101 |
Color Harmonies of #A1474C
Complementary color
Monochromatic Colors of #A1474C
Black with #A1474C
Text Example
Text Example
White with #A1474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1474C; }
p { color: rgb(161,71,76); }
H1.HeaderClassName
{
color: #A1474C;
}
.AnyTagClassName
{
color: #A1474C;
}
</style>
background-color css
<style>
a { background-color: #A1474C; }
a { background-color: rgb(161,71,76); }
div.DivClassName
{
background-color: #A1474C;
}
.BgClassName
{
background-color: #A1474C;
}
</style>
border-color css
<style>
span { border-color: #A1474C; }
span { border-color: rgb(161,71,76); }
td.TdClassName
{
border-color: #A1474C;
}
.TagClassName
{
border-color: #A1474C;
}
</style>