Shades of Night Shadz #A94350
Tints of Night Shadz #A94350
RGB
CMYK
RGB Variations
Color information
#A94350 (or 0xA94350) is known color: Night Shadz. HEX triplet: A9, 43 and 50. RGB value is (169,67,80). Sum of RGB (Red+Green+Blue) = 169+67+80=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A94350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94350 is #56BCAF. Grayscale: #636363. Windows color (decimal): -5684400 or 5260201. OLE color: 5260201.
HSL color Cylindrical-coordinate representation of color #A94350: hue angle of 352.35º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94350 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 80 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.34 |
| HSL | 352.35º | 0.43% | 0.46% | - |
| HSV(B) | 352.35º | 0.6% | 0.66% | - |
| XYZ | 19.82 | 13.03 | 9.06 | - |
| YUV | 98.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 80 | 0 | 0.60 | 0.53 | 0.34 | 352.35 | 0.43 | 0.46 |
| Hex | A9 | 43 | 50 | 0 | 3C | 35 | 22 | 160 | 2B | 2E |
| Octal | 251 | 103 | 120 | 0 | 74 | 65 | 42 | 540 | 53 | 56 |
| Binary | 10101001 | 1000011 | 1010000 | 0 | 111100 | 110101 | 100010 | 101100000 | 101011 | 101110 |
Color Harmonies of #A94350
Complementary color
Monochromatic Colors of #A94350
Black with #A94350
Text Example
Text Example
White with #A94350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94350; }
p { color: rgb(169,67,80); }
H1.HeaderClassName
{
color: #A94350;
}
.AnyTagClassName
{
color: #A94350;
}
</style>
background-color css
<style>
a { background-color: #A94350; }
a { background-color: rgb(169,67,80); }
div.DivClassName
{
background-color: #A94350;
}
.BgClassName
{
background-color: #A94350;
}
</style>
border-color css
<style>
span { border-color: #A94350; }
span { border-color: rgb(169,67,80); }
td.TdClassName
{
border-color: #A94350;
}
.TagClassName
{
border-color: #A94350;
}
</style>