Shades of Night Shadz #A04358
Tints of Night Shadz #A04358
RGB
CMYK
RGB Variations
Color information
#A04358 (or 0xA04358) is known color: Night Shadz. HEX triplet: A0, 43 and 58. RGB value is (160,67,88). Sum of RGB (Red+Green+Blue) = 160+67+88=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A04358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04358 is #5FBCA7. Grayscale: #616161. Windows color (decimal): -6274216 or 5784480. OLE color: 5784480.
HSL color Cylindrical-coordinate representation of color #A04358: hue angle of 346.45º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04358 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 88 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.37 |
| HSL | 346.45º | 0.41% | 0.45% | - |
| HSV(B) | 346.45º | 0.58% | 0.63% | - |
| XYZ | 18.27 | 12.19 | 10.62 | - |
| YUV | 97.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 88 | 0 | 0.58 | 0.45 | 0.37 | 346.45 | 0.41 | 0.45 |
| Hex | A0 | 43 | 58 | 0 | 3A | 2D | 25 | 15A | 29 | 2D |
| Octal | 240 | 103 | 130 | 0 | 72 | 55 | 45 | 532 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1011000 | 0 | 111010 | 101101 | 100101 | 101011010 | 101001 | 101101 |
Color Harmonies of #A04358
Complementary color
Monochromatic Colors of #A04358
Black with #A04358
Text Example
Text Example
White with #A04358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04358; }
p { color: rgb(160,67,88); }
H1.HeaderClassName
{
color: #A04358;
}
.AnyTagClassName
{
color: #A04358;
}
</style>
background-color css
<style>
a { background-color: #A04358; }
a { background-color: rgb(160,67,88); }
div.DivClassName
{
background-color: #A04358;
}
.BgClassName
{
background-color: #A04358;
}
</style>
border-color css
<style>
span { border-color: #A04358; }
span { border-color: rgb(160,67,88); }
td.TdClassName
{
border-color: #A04358;
}
.TagClassName
{
border-color: #A04358;
}
</style>