Shades of Night Shadz #A83250
Tints of Night Shadz #A83250
RGB
CMYK
RGB Variations
Color information
#A83250 (or 0xA83250) is known color: Night Shadz. HEX triplet: A8, 32 and 50. RGB value is (168,50,80). Sum of RGB (Red+Green+Blue) = 168+50+80=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A83250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83250 is #57CDAF. Grayscale: #585858. Windows color (decimal): -5754288 or 5255848. OLE color: 5255848.
HSL color Cylindrical-coordinate representation of color #A83250: hue angle of 344.75º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83250 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 80 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.34 |
| HSL | 344.75º | 0.54% | 0.43% | - |
| HSV(B) | 344.75º | 0.7% | 0.66% | - |
| XYZ | 18.74 | 11.19 | 8.76 | - |
| YUV | 88.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 80 | 0 | 0.70 | 0.52 | 0.34 | 344.75 | 0.54 | 0.43 |
| Hex | A8 | 32 | 50 | 0 | 46 | 34 | 22 | 159 | 36 | 2B |
| Octal | 250 | 62 | 120 | 0 | 106 | 64 | 42 | 531 | 66 | 53 |
| Binary | 10101000 | 110010 | 1010000 | 0 | 1000110 | 110100 | 100010 | 101011001 | 110110 | 101011 |
Color Harmonies of #A83250
Complementary color
Monochromatic Colors of #A83250
Black with #A83250
Text Example
Text Example
White with #A83250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83250; }
p { color: rgb(168,50,80); }
H1.HeaderClassName
{
color: #A83250;
}
.AnyTagClassName
{
color: #A83250;
}
</style>
background-color css
<style>
a { background-color: #A83250; }
a { background-color: rgb(168,50,80); }
div.DivClassName
{
background-color: #A83250;
}
.BgClassName
{
background-color: #A83250;
}
</style>
border-color css
<style>
span { border-color: #A83250; }
span { border-color: rgb(168,50,80); }
td.TdClassName
{
border-color: #A83250;
}
.TagClassName
{
border-color: #A83250;
}
</style>