Shades of Night Shadz #A6335A
Tints of Night Shadz #A6335A
RGB
CMYK
RGB Variations
Color information
#A6335A (or 0xA6335A) is known color: Night Shadz. HEX triplet: A6, 33 and 5A. RGB value is (166,51,90). Sum of RGB (Red+Green+Blue) = 166+51+90=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6335A is #59CCA5. Grayscale: #595959. Windows color (decimal): -5885094 or 5911462. OLE color: 5911462.
HSL color Cylindrical-coordinate representation of color #A6335A: hue angle of 339.65º 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 #A6335A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 90 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.35 |
| HSL | 339.65º | 0.53% | 0.43% | - |
| HSV(B) | 339.65º | 0.69% | 0.65% | - |
| XYZ | 18.76 | 11.21 | 10.85 | - |
| YUV | 89.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 90 | 0 | 0.69 | 0.46 | 0.35 | 339.65 | 0.53 | 0.43 |
| Hex | A6 | 33 | 5A | 0 | 45 | 2E | 23 | 154 | 35 | 2B |
| Octal | 246 | 63 | 132 | 0 | 105 | 56 | 43 | 524 | 65 | 53 |
| Binary | 10100110 | 110011 | 1011010 | 0 | 1000101 | 101110 | 100011 | 101010100 | 110101 | 101011 |
Color Harmonies of #A6335A
Complementary color
Monochromatic Colors of #A6335A
Black with #A6335A
Text Example
Text Example
White with #A6335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6335A; }
p { color: rgb(166,51,90); }
H1.HeaderClassName
{
color: #A6335A;
}
.AnyTagClassName
{
color: #A6335A;
}
</style>
background-color css
<style>
a { background-color: #A6335A; }
a { background-color: rgb(166,51,90); }
div.DivClassName
{
background-color: #A6335A;
}
.BgClassName
{
background-color: #A6335A;
}
</style>
border-color css
<style>
span { border-color: #A6335A; }
span { border-color: rgb(166,51,90); }
td.TdClassName
{
border-color: #A6335A;
}
.TagClassName
{
border-color: #A6335A;
}
</style>