Shades of Night Shadz #A6434D
Tints of Night Shadz #A6434D
RGB
CMYK
RGB Variations
Color information
#A6434D (or 0xA6434D) is known color: Night Shadz. HEX triplet: A6, 43 and 4D. RGB value is (166,67,77). Sum of RGB (Red+Green+Blue) = 166+67+77=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6434D is #59BCB2. Grayscale: #616161. Windows color (decimal): -5881011 or 5063590. OLE color: 5063590.
HSL color Cylindrical-coordinate representation of color #A6434D: hue angle of 353.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6434D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 77 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.35 |
| HSL | 353.94º | 0.42% | 0.46% | - |
| HSV(B) | 353.94º | 0.6% | 0.65% | - |
| XYZ | 19.07 | 12.66 | 8.46 | - |
| YUV | 97.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 77 | 0 | 0.60 | 0.54 | 0.35 | 353.94 | 0.42 | 0.46 |
| Hex | A6 | 43 | 4D | 0 | 3C | 36 | 23 | 162 | 2A | 2E |
| Octal | 246 | 103 | 115 | 0 | 74 | 66 | 43 | 542 | 52 | 56 |
| Binary | 10100110 | 1000011 | 1001101 | 0 | 111100 | 110110 | 100011 | 101100010 | 101010 | 101110 |
Color Harmonies of #A6434D
Complementary color
Monochromatic Colors of #A6434D
Black with #A6434D
Text Example
Text Example
White with #A6434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6434D; }
p { color: rgb(166,67,77); }
H1.HeaderClassName
{
color: #A6434D;
}
.AnyTagClassName
{
color: #A6434D;
}
</style>
background-color css
<style>
a { background-color: #A6434D; }
a { background-color: rgb(166,67,77); }
div.DivClassName
{
background-color: #A6434D;
}
.BgClassName
{
background-color: #A6434D;
}
</style>
border-color css
<style>
span { border-color: #A6434D; }
span { border-color: rgb(166,67,77); }
td.TdClassName
{
border-color: #A6434D;
}
.TagClassName
{
border-color: #A6434D;
}
</style>