Shades of Night Shadz #A5444A
Tints of Night Shadz #A5444A
RGB
CMYK
RGB Variations
Color information
#A5444A (or 0xA5444A) is known color: Night Shadz. HEX triplet: A5, 44 and 4A. RGB value is (165,68,74). Sum of RGB (Red+Green+Blue) = 165+68+74=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5444A is #5ABBB5. Grayscale: #616161. Windows color (decimal): -5946294 or 4867237. OLE color: 4867237.
HSL color Cylindrical-coordinate representation of color #A5444A: hue angle of 356.29º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5444A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 74 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.35 |
| HSL | 356.29º | 0.42% | 0.46% | - |
| HSV(B) | 356.29º | 0.59% | 0.65% | - |
| XYZ | 18.82 | 12.63 | 7.92 | - |
| YUV | 97.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 74 | 0 | 0.59 | 0.55 | 0.35 | 356.29 | 0.42 | 0.46 |
| Hex | A5 | 44 | 4A | 0 | 3B | 37 | 23 | 164 | 2A | 2E |
| Octal | 245 | 104 | 112 | 0 | 73 | 67 | 43 | 544 | 52 | 56 |
| Binary | 10100101 | 1000100 | 1001010 | 0 | 111011 | 110111 | 100011 | 101100100 | 101010 | 101110 |
Color Harmonies of #A5444A
Complementary color
Monochromatic Colors of #A5444A
Black with #A5444A
Text Example
Text Example
White with #A5444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5444A; }
p { color: rgb(165,68,74); }
H1.HeaderClassName
{
color: #A5444A;
}
.AnyTagClassName
{
color: #A5444A;
}
</style>
background-color css
<style>
a { background-color: #A5444A; }
a { background-color: rgb(165,68,74); }
div.DivClassName
{
background-color: #A5444A;
}
.BgClassName
{
background-color: #A5444A;
}
</style>
border-color css
<style>
span { border-color: #A5444A; }
span { border-color: rgb(165,68,74); }
td.TdClassName
{
border-color: #A5444A;
}
.TagClassName
{
border-color: #A5444A;
}
</style>