Shades of Night Shadz #A6374B
Tints of Night Shadz #A6374B
RGB
CMYK
RGB Variations
Color information
#A6374B (or 0xA6374B) is known color: Night Shadz. HEX triplet: A6, 37 and 4B. RGB value is (166,55,75). Sum of RGB (Red+Green+Blue) = 166+55+75=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6374B is #59C8B4. Grayscale: #5A5A5A. Windows color (decimal): -5884085 or 4929446. OLE color: 4929446.
HSL color Cylindrical-coordinate representation of color #A6374B: hue angle of 349.19º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6374B is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 55 | 75 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.35 |
| HSL | 349.19º | 0.5% | 0.43% | - |
| HSV(B) | 349.19º | 0.67% | 0.65% | - |
| XYZ | 18.36 | 11.35 | 7.88 | - |
| YUV | 90.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 55 | 75 | 0 | 0.67 | 0.55 | 0.35 | 349.19 | 0.5 | 0.43 |
| Hex | A6 | 37 | 4B | 0 | 43 | 37 | 23 | 15D | 32 | 2B |
| Octal | 246 | 67 | 113 | 0 | 103 | 67 | 43 | 535 | 62 | 53 |
| Binary | 10100110 | 110111 | 1001011 | 0 | 1000011 | 110111 | 100011 | 101011101 | 110010 | 101011 |
Color Harmonies of #A6374B
Complementary color
Monochromatic Colors of #A6374B
Black with #A6374B
Text Example
Text Example
White with #A6374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6374B; }
p { color: rgb(166,55,75); }
H1.HeaderClassName
{
color: #A6374B;
}
.AnyTagClassName
{
color: #A6374B;
}
</style>
background-color css
<style>
a { background-color: #A6374B; }
a { background-color: rgb(166,55,75); }
div.DivClassName
{
background-color: #A6374B;
}
.BgClassName
{
background-color: #A6374B;
}
</style>
border-color css
<style>
span { border-color: #A6374B; }
span { border-color: rgb(166,55,75); }
td.TdClassName
{
border-color: #A6374B;
}
.TagClassName
{
border-color: #A6374B;
}
</style>