Shades of Night Shadz #A8374D
Tints of Night Shadz #A8374D
RGB
CMYK
RGB Variations
Color information
#A8374D (or 0xA8374D) is known color: Night Shadz. HEX triplet: A8, 37 and 4D. RGB value is (168,55,77). Sum of RGB (Red+Green+Blue) = 168+55+77=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8374D is #57C8B2. Grayscale: #5B5B5B. Windows color (decimal): -5753011 or 5060520. OLE color: 5060520.
HSL color Cylindrical-coordinate representation of color #A8374D: hue angle of 348.32º 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 #A8374D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 77 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.34 |
| HSL | 348.32º | 0.51% | 0.44% | - |
| HSV(B) | 348.32º | 0.67% | 0.66% | - |
| XYZ | 18.85 | 11.59 | 8.27 | - |
| YUV | 91.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 77 | 0 | 0.67 | 0.54 | 0.34 | 348.32 | 0.51 | 0.44 |
| Hex | A8 | 37 | 4D | 0 | 43 | 36 | 22 | 15C | 33 | 2C |
| Octal | 250 | 67 | 115 | 0 | 103 | 66 | 42 | 534 | 63 | 54 |
| Binary | 10101000 | 110111 | 1001101 | 0 | 1000011 | 110110 | 100010 | 101011100 | 110011 | 101100 |
Color Harmonies of #A8374D
Complementary color
Monochromatic Colors of #A8374D
Black with #A8374D
Text Example
Text Example
White with #A8374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8374D; }
p { color: rgb(168,55,77); }
H1.HeaderClassName
{
color: #A8374D;
}
.AnyTagClassName
{
color: #A8374D;
}
</style>
background-color css
<style>
a { background-color: #A8374D; }
a { background-color: rgb(168,55,77); }
div.DivClassName
{
background-color: #A8374D;
}
.BgClassName
{
background-color: #A8374D;
}
</style>
border-color css
<style>
span { border-color: #A8374D; }
span { border-color: rgb(168,55,77); }
td.TdClassName
{
border-color: #A8374D;
}
.TagClassName
{
border-color: #A8374D;
}
</style>