Shades of Night Shadz #A6334B
Tints of Night Shadz #A6334B
RGB
CMYK
RGB Variations
Color information
#A6334B (or 0xA6334B) is known color: Night Shadz. HEX triplet: A6, 33 and 4B. RGB value is (166,51,75). Sum of RGB (Red+Green+Blue) = 166+51+75=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6334B is #59CCB4. Grayscale: #585858. Windows color (decimal): -5885109 or 4928422. OLE color: 4928422.
HSL color Cylindrical-coordinate representation of color #A6334B: hue angle of 347.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6334B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 75 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.35 |
| HSL | 347.48º | 0.53% | 0.43% | - |
| HSV(B) | 347.48º | 0.69% | 0.65% | - |
| XYZ | 18.18 | 10.98 | 7.82 | - |
| YUV | 88.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 75 | 0 | 0.69 | 0.55 | 0.35 | 347.48 | 0.53 | 0.43 |
| Hex | A6 | 33 | 4B | 0 | 45 | 37 | 23 | 15B | 35 | 2B |
| Octal | 246 | 63 | 113 | 0 | 105 | 67 | 43 | 533 | 65 | 53 |
| Binary | 10100110 | 110011 | 1001011 | 0 | 1000101 | 110111 | 100011 | 101011011 | 110101 | 101011 |
Color Harmonies of #A6334B
Complementary color
Monochromatic Colors of #A6334B
Black with #A6334B
Text Example
Text Example
White with #A6334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6334B; }
p { color: rgb(166,51,75); }
H1.HeaderClassName
{
color: #A6334B;
}
.AnyTagClassName
{
color: #A6334B;
}
</style>
background-color css
<style>
a { background-color: #A6334B; }
a { background-color: rgb(166,51,75); }
div.DivClassName
{
background-color: #A6334B;
}
.BgClassName
{
background-color: #A6334B;
}
</style>
border-color css
<style>
span { border-color: #A6334B; }
span { border-color: rgb(166,51,75); }
td.TdClassName
{
border-color: #A6334B;
}
.TagClassName
{
border-color: #A6334B;
}
</style>