Shades of Night Shadz #A83E40
Tints of Night Shadz #A83E40
RGB
CMYK
RGB Variations
Color information
#A83E40 (or 0xA83E40) is known color: Night Shadz. HEX triplet: A8, 3E and 40. RGB value is (168,62,64). Sum of RGB (Red+Green+Blue) = 168+62+64=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E40 is #57C1BF. Grayscale: #5E5E5E. Windows color (decimal): -5751232 or 4210344. OLE color: 4210344.
HSL color Cylindrical-coordinate representation of color #A83E40: hue angle of 358.87º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A83E40 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 64 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.34 |
| HSL | 358.87º | 0.46% | 0.45% | - |
| HSV(B) | 358.87º | 0.63% | 0.66% | - |
| XYZ | 18.8 | 12.14 | 6.2 | - |
| YUV | 93.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 64 | 0 | 0.63 | 0.62 | 0.34 | 358.87 | 0.46 | 0.45 |
| Hex | A8 | 3E | 40 | 0 | 3F | 3E | 22 | 167 | 2E | 2D |
| Octal | 250 | 76 | 100 | 0 | 77 | 76 | 42 | 547 | 56 | 55 |
| Binary | 10101000 | 111110 | 1000000 | 0 | 111111 | 111110 | 100010 | 101100111 | 101110 | 101101 |
Color Harmonies of #A83E40
Complementary color
Monochromatic Colors of #A83E40
Black with #A83E40
Text Example
Text Example
White with #A83E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E40; }
p { color: rgb(168,62,64); }
H1.HeaderClassName
{
color: #A83E40;
}
.AnyTagClassName
{
color: #A83E40;
}
</style>
background-color css
<style>
a { background-color: #A83E40; }
a { background-color: rgb(168,62,64); }
div.DivClassName
{
background-color: #A83E40;
}
.BgClassName
{
background-color: #A83E40;
}
</style>
border-color css
<style>
span { border-color: #A83E40; }
span { border-color: rgb(168,62,64); }
td.TdClassName
{
border-color: #A83E40;
}
.TagClassName
{
border-color: #A83E40;
}
</style>