Shades of Night Shadz #A6484A
Tints of Night Shadz #A6484A
RGB
CMYK
RGB Variations
Color information
#A6484A (or 0xA6484A) is known color: Night Shadz. HEX triplet: A6, 48 and 4A. RGB value is (166,72,74). Sum of RGB (Red+Green+Blue) = 166+72+74=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6484A is #59B7B5. Grayscale: #646464. Windows color (decimal): -5879734 or 4868262. OLE color: 4868262.
HSL color Cylindrical-coordinate representation of color #A6484A: hue angle of 358.72º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6484A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 74 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.35 |
| HSL | 358.72º | 0.39% | 0.47% | - |
| HSV(B) | 358.72º | 0.57% | 0.65% | - |
| XYZ | 19.28 | 13.24 | 8.02 | - |
| YUV | 100.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 74 | 0 | 0.57 | 0.55 | 0.35 | 358.72 | 0.39 | 0.47 |
| Hex | A6 | 48 | 4A | 0 | 39 | 37 | 23 | 167 | 27 | 2F |
| Octal | 246 | 110 | 112 | 0 | 71 | 67 | 43 | 547 | 47 | 57 |
| Binary | 10100110 | 1001000 | 1001010 | 0 | 111001 | 110111 | 100011 | 101100111 | 100111 | 101111 |
Color Harmonies of #A6484A
Complementary color
Monochromatic Colors of #A6484A
Black with #A6484A
Text Example
Text Example
White with #A6484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6484A; }
p { color: rgb(166,72,74); }
H1.HeaderClassName
{
color: #A6484A;
}
.AnyTagClassName
{
color: #A6484A;
}
</style>
background-color css
<style>
a { background-color: #A6484A; }
a { background-color: rgb(166,72,74); }
div.DivClassName
{
background-color: #A6484A;
}
.BgClassName
{
background-color: #A6484A;
}
</style>
border-color css
<style>
span { border-color: #A6484A; }
span { border-color: rgb(166,72,74); }
td.TdClassName
{
border-color: #A6484A;
}
.TagClassName
{
border-color: #A6484A;
}
</style>