Shades of Night Shadz #A84250
Tints of Night Shadz #A84250
RGB
CMYK
RGB Variations
Color information
#A84250 (or 0xA84250) is known color: Night Shadz. HEX triplet: A8, 42 and 50. RGB value is (168,66,80). Sum of RGB (Red+Green+Blue) = 168+66+80=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A84250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84250 is #57BDAF. Grayscale: #626262. Windows color (decimal): -5750192 or 5259944. OLE color: 5259944.
HSL color Cylindrical-coordinate representation of color #A84250: hue angle of 351.76º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84250 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 80 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.34 |
| HSL | 351.76º | 0.44% | 0.46% | - |
| HSV(B) | 351.76º | 0.61% | 0.66% | - |
| XYZ | 19.54 | 12.8 | 9.03 | - |
| YUV | 98.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 80 | 0 | 0.61 | 0.52 | 0.34 | 351.76 | 0.44 | 0.46 |
| Hex | A8 | 42 | 50 | 0 | 3D | 34 | 22 | 160 | 2C | 2E |
| Octal | 250 | 102 | 120 | 0 | 75 | 64 | 42 | 540 | 54 | 56 |
| Binary | 10101000 | 1000010 | 1010000 | 0 | 111101 | 110100 | 100010 | 101100000 | 101100 | 101110 |
Color Harmonies of #A84250
Complementary color
Monochromatic Colors of #A84250
Black with #A84250
Text Example
Text Example
White with #A84250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84250; }
p { color: rgb(168,66,80); }
H1.HeaderClassName
{
color: #A84250;
}
.AnyTagClassName
{
color: #A84250;
}
</style>
background-color css
<style>
a { background-color: #A84250; }
a { background-color: rgb(168,66,80); }
div.DivClassName
{
background-color: #A84250;
}
.BgClassName
{
background-color: #A84250;
}
</style>
border-color css
<style>
span { border-color: #A84250; }
span { border-color: rgb(168,66,80); }
td.TdClassName
{
border-color: #A84250;
}
.TagClassName
{
border-color: #A84250;
}
</style>