Shades of Night Shadz #A84350
Tints of Night Shadz #A84350
RGB
CMYK
RGB Variations
Color information
#A84350 (or 0xA84350) is known color: Night Shadz. HEX triplet: A8, 43 and 50. RGB value is (168,67,80). Sum of RGB (Red+Green+Blue) = 168+67+80=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A84350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84350 is #57BCAF. Grayscale: #626262. Windows color (decimal): -5749936 or 5260200. OLE color: 5260200.
HSL color Cylindrical-coordinate representation of color #A84350: hue angle of 352.28º 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 #A84350 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 80 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.34 |
| HSL | 352.28º | 0.43% | 0.46% | - |
| HSV(B) | 352.28º | 0.6% | 0.66% | - |
| XYZ | 19.6 | 12.92 | 9.05 | - |
| YUV | 98.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 80 | 0 | 0.60 | 0.52 | 0.34 | 352.28 | 0.43 | 0.46 |
| Hex | A8 | 43 | 50 | 0 | 3C | 34 | 22 | 160 | 2B | 2E |
| Octal | 250 | 103 | 120 | 0 | 74 | 64 | 42 | 540 | 53 | 56 |
| Binary | 10101000 | 1000011 | 1010000 | 0 | 111100 | 110100 | 100010 | 101100000 | 101011 | 101110 |
Color Harmonies of #A84350
Complementary color
Monochromatic Colors of #A84350
Black with #A84350
Text Example
Text Example
White with #A84350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84350; }
p { color: rgb(168,67,80); }
H1.HeaderClassName
{
color: #A84350;
}
.AnyTagClassName
{
color: #A84350;
}
</style>
background-color css
<style>
a { background-color: #A84350; }
a { background-color: rgb(168,67,80); }
div.DivClassName
{
background-color: #A84350;
}
.BgClassName
{
background-color: #A84350;
}
</style>
border-color css
<style>
span { border-color: #A84350; }
span { border-color: rgb(168,67,80); }
td.TdClassName
{
border-color: #A84350;
}
.TagClassName
{
border-color: #A84350;
}
</style>