Shades of Night Shadz #A0434A
Tints of Night Shadz #A0434A
RGB
CMYK
RGB Variations
Color information
#A0434A (or 0xA0434A) is known color: Night Shadz. HEX triplet: A0, 43 and 4A. RGB value is (160,67,74). Sum of RGB (Red+Green+Blue) = 160+67+74=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0434A is #5FBCB5. Grayscale: #5F5F5F. Windows color (decimal): -6274230 or 4866976. OLE color: 4866976.
HSL color Cylindrical-coordinate representation of color #A0434A: hue angle of 355.48º 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 #A0434A is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 74 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.37 |
| HSL | 355.48º | 0.41% | 0.45% | - |
| HSV(B) | 355.48º | 0.58% | 0.63% | - |
| XYZ | 17.74 | 11.98 | 7.86 | - |
| YUV | 95.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 74 | 0 | 0.58 | 0.54 | 0.37 | 355.48 | 0.41 | 0.45 |
| Hex | A0 | 43 | 4A | 0 | 3A | 36 | 25 | 163 | 29 | 2D |
| Octal | 240 | 103 | 112 | 0 | 72 | 66 | 45 | 543 | 51 | 55 |
| Binary | 10100000 | 1000011 | 1001010 | 0 | 111010 | 110110 | 100101 | 101100011 | 101001 | 101101 |
Color Harmonies of #A0434A
Complementary color
Monochromatic Colors of #A0434A
Black with #A0434A
Text Example
Text Example
White with #A0434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0434A; }
p { color: rgb(160,67,74); }
H1.HeaderClassName
{
color: #A0434A;
}
.AnyTagClassName
{
color: #A0434A;
}
</style>
background-color css
<style>
a { background-color: #A0434A; }
a { background-color: rgb(160,67,74); }
div.DivClassName
{
background-color: #A0434A;
}
.BgClassName
{
background-color: #A0434A;
}
</style>
border-color css
<style>
span { border-color: #A0434A; }
span { border-color: rgb(160,67,74); }
td.TdClassName
{
border-color: #A0434A;
}
.TagClassName
{
border-color: #A0434A;
}
</style>