Shades of Rouge #A6456B
Tints of Rouge #A6456B
RGB
CMYK
RGB Variations
Color information
#A6456B (or 0xA6456B) is known color: Rouge. HEX triplet: A6, 45 and 6B. RGB value is (166,69,107). Sum of RGB (Red+Green+Blue) = 166+69+107=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6456B is #59BA94. Grayscale: #666666. Windows color (decimal): -5880469 or 7030182. OLE color: 7030182.
HSL color Cylindrical-coordinate representation of color #A6456B: hue angle of 336.49º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6456B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 107 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.35 |
| HSL | 336.49º | 0.41% | 0.46% | - |
| HSV(B) | 336.49º | 0.58% | 0.65% | - |
| XYZ | 20.51 | 13.42 | 15.42 | - |
| YUV | 102.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 107 | 0 | 0.58 | 0.36 | 0.35 | 336.49 | 0.41 | 0.46 |
| Hex | A6 | 45 | 6B | 0 | 3A | 24 | 23 | 150 | 29 | 2E |
| Octal | 246 | 105 | 153 | 0 | 72 | 44 | 43 | 520 | 51 | 56 |
| Binary | 10100110 | 1000101 | 1101011 | 0 | 111010 | 100100 | 100011 | 101010000 | 101001 | 101110 |
Color Harmonies of #A6456B
Complementary color
Monochromatic Colors of #A6456B
Black with #A6456B
Text Example
Text Example
White with #A6456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6456B; }
p { color: rgb(166,69,107); }
H1.HeaderClassName
{
color: #A6456B;
}
.AnyTagClassName
{
color: #A6456B;
}
</style>
background-color css
<style>
a { background-color: #A6456B; }
a { background-color: rgb(166,69,107); }
div.DivClassName
{
background-color: #A6456B;
}
.BgClassName
{
background-color: #A6456B;
}
</style>
border-color css
<style>
span { border-color: #A6456B; }
span { border-color: rgb(166,69,107); }
td.TdClassName
{
border-color: #A6456B;
}
.TagClassName
{
border-color: #A6456B;
}
</style>