Shades of Night Shadz #A83743
Tints of Night Shadz #A83743
RGB
CMYK
RGB Variations
Color information
#A83743 (or 0xA83743) is known color: Night Shadz. HEX triplet: A8, 37 and 43. RGB value is (168,55,67). Sum of RGB (Red+Green+Blue) = 168+55+67=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A83743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83743 is #57C8BC. Grayscale: #5A5A5A. Windows color (decimal): -5753021 or 4405160. OLE color: 4405160.
HSL color Cylindrical-coordinate representation of color #A83743: hue angle of 353.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83743 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 67 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.34 |
| HSL | 353.63º | 0.51% | 0.44% | - |
| HSV(B) | 353.63º | 0.67% | 0.66% | - |
| XYZ | 18.53 | 11.46 | 6.55 | - |
| YUV | 90.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 67 | 0 | 0.67 | 0.60 | 0.34 | 353.63 | 0.51 | 0.44 |
| Hex | A8 | 37 | 43 | 0 | 43 | 3C | 22 | 162 | 33 | 2C |
| Octal | 250 | 67 | 103 | 0 | 103 | 74 | 42 | 542 | 63 | 54 |
| Binary | 10101000 | 110111 | 1000011 | 0 | 1000011 | 111100 | 100010 | 101100010 | 110011 | 101100 |
Color Harmonies of #A83743
Complementary color
Monochromatic Colors of #A83743
Black with #A83743
Text Example
Text Example
White with #A83743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83743; }
p { color: rgb(168,55,67); }
H1.HeaderClassName
{
color: #A83743;
}
.AnyTagClassName
{
color: #A83743;
}
</style>
background-color css
<style>
a { background-color: #A83743; }
a { background-color: rgb(168,55,67); }
div.DivClassName
{
background-color: #A83743;
}
.BgClassName
{
background-color: #A83743;
}
</style>
border-color css
<style>
span { border-color: #A83743; }
span { border-color: rgb(168,55,67); }
td.TdClassName
{
border-color: #A83743;
}
.TagClassName
{
border-color: #A83743;
}
</style>