Shades of Night Shadz #A44449
Tints of Night Shadz #A44449
RGB
CMYK
RGB Variations
Color information
#A44449 (or 0xA44449) is known color: Night Shadz. HEX triplet: A4, 44 and 49. RGB value is (164,68,73). Sum of RGB (Red+Green+Blue) = 164+68+73=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A44449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44449 is #5BBBB6. Grayscale: #616161. Windows color (decimal): -6011831 or 4801700. OLE color: 4801700.
HSL color Cylindrical-coordinate representation of color #A44449: hue angle of 356.88º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44449 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 68 | 73 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.36 |
| HSL | 356.88º | 0.41% | 0.45% | - |
| HSV(B) | 356.88º | 0.59% | 0.64% | - |
| XYZ | 18.58 | 12.51 | 7.74 | - |
| YUV | 97.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 68 | 73 | 0 | 0.59 | 0.55 | 0.36 | 356.88 | 0.41 | 0.45 |
| Hex | A4 | 44 | 49 | 0 | 3B | 37 | 24 | 165 | 29 | 2D |
| Octal | 244 | 104 | 111 | 0 | 73 | 67 | 44 | 545 | 51 | 55 |
| Binary | 10100100 | 1000100 | 1001001 | 0 | 111011 | 110111 | 100100 | 101100101 | 101001 | 101101 |
Color Harmonies of #A44449
Complementary color
Monochromatic Colors of #A44449
Black with #A44449
Text Example
Text Example
White with #A44449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44449; }
p { color: rgb(164,68,73); }
H1.HeaderClassName
{
color: #A44449;
}
.AnyTagClassName
{
color: #A44449;
}
</style>
background-color css
<style>
a { background-color: #A44449; }
a { background-color: rgb(164,68,73); }
div.DivClassName
{
background-color: #A44449;
}
.BgClassName
{
background-color: #A44449;
}
</style>
border-color css
<style>
span { border-color: #A44449; }
span { border-color: rgb(164,68,73); }
td.TdClassName
{
border-color: #A44449;
}
.TagClassName
{
border-color: #A44449;
}
</style>