Shades of Night Shadz #A83A40
Tints of Night Shadz #A83A40
RGB
CMYK
RGB Variations
Color information
#A83A40 (or 0xA83A40) is known color: Night Shadz. HEX triplet: A8, 3A and 40. RGB value is (168,58,64). Sum of RGB (Red+Green+Blue) = 168+58+64=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83A40 is #57C5BF. Grayscale: #5B5B5B. Windows color (decimal): -5752256 or 4209320. OLE color: 4209320.
HSL color Cylindrical-coordinate representation of color #A83A40: hue angle of 356.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A83A40 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 64 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.34 |
| HSL | 356.73º | 0.49% | 0.44% | - |
| HSV(B) | 356.73º | 0.65% | 0.66% | - |
| XYZ | 18.59 | 11.72 | 6.13 | - |
| YUV | 91.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 64 | 0 | 0.65 | 0.62 | 0.34 | 356.73 | 0.49 | 0.44 |
| Hex | A8 | 3A | 40 | 0 | 41 | 3E | 22 | 165 | 31 | 2C |
| Octal | 250 | 72 | 100 | 0 | 101 | 76 | 42 | 545 | 61 | 54 |
| Binary | 10101000 | 111010 | 1000000 | 0 | 1000001 | 111110 | 100010 | 101100101 | 110001 | 101100 |
Color Harmonies of #A83A40
Complementary color
Monochromatic Colors of #A83A40
Black with #A83A40
Text Example
Text Example
White with #A83A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A40; }
p { color: rgb(168,58,64); }
H1.HeaderClassName
{
color: #A83A40;
}
.AnyTagClassName
{
color: #A83A40;
}
</style>
background-color css
<style>
a { background-color: #A83A40; }
a { background-color: rgb(168,58,64); }
div.DivClassName
{
background-color: #A83A40;
}
.BgClassName
{
background-color: #A83A40;
}
</style>
border-color css
<style>
span { border-color: #A83A40; }
span { border-color: rgb(168,58,64); }
td.TdClassName
{
border-color: #A83A40;
}
.TagClassName
{
border-color: #A83A40;
}
</style>