Shades of Night Shadz #A1484C
Tints of Night Shadz #A1484C
RGB
CMYK
RGB Variations
Color information
#A1484C (or 0xA1484C) is known color: Night Shadz. HEX triplet: A1, 48 and 4C. RGB value is (161,72,76). Sum of RGB (Red+Green+Blue) = 161+72+76=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1484C is #5EB7B3. Grayscale: #636363. Windows color (decimal): -6207412 or 4999329. OLE color: 4999329.
HSL color Cylindrical-coordinate representation of color #A1484C: hue angle of 357.3º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1484C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 76 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.37 |
| HSL | 357.3º | 0.38% | 0.46% | - |
| HSV(B) | 357.3º | 0.55% | 0.63% | - |
| XYZ | 18.32 | 12.73 | 8.33 | - |
| YUV | 99.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 76 | 0 | 0.55 | 0.53 | 0.37 | 357.3 | 0.38 | 0.46 |
| Hex | A1 | 48 | 4C | 0 | 37 | 35 | 25 | 165 | 26 | 2E |
| Octal | 241 | 110 | 114 | 0 | 67 | 65 | 45 | 545 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1001100 | 0 | 110111 | 110101 | 100101 | 101100101 | 100110 | 101110 |
Color Harmonies of #A1484C
Complementary color
Monochromatic Colors of #A1484C
Black with #A1484C
Text Example
Text Example
White with #A1484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1484C; }
p { color: rgb(161,72,76); }
H1.HeaderClassName
{
color: #A1484C;
}
.AnyTagClassName
{
color: #A1484C;
}
</style>
background-color css
<style>
a { background-color: #A1484C; }
a { background-color: rgb(161,72,76); }
div.DivClassName
{
background-color: #A1484C;
}
.BgClassName
{
background-color: #A1484C;
}
</style>
border-color css
<style>
span { border-color: #A1484C; }
span { border-color: rgb(161,72,76); }
td.TdClassName
{
border-color: #A1484C;
}
.TagClassName
{
border-color: #A1484C;
}
</style>