Shades of Rouge #A64468
Tints of Rouge #A64468
RGB
CMYK
RGB Variations
Color information
#A64468 (or 0xA64468) is known color: Rouge. HEX triplet: A6, 44 and 68. RGB value is (166,68,104). Sum of RGB (Red+Green+Blue) = 166+68+104=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64468 is #59BB97. Grayscale: #656565. Windows color (decimal): -5880728 or 6833318. OLE color: 6833318.
HSL color Cylindrical-coordinate representation of color #A64468: hue angle of 337.96º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64468 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 104 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.35 |
| HSL | 337.96º | 0.42% | 0.46% | - |
| HSV(B) | 337.96º | 0.59% | 0.65% | - |
| XYZ | 20.29 | 13.24 | 14.58 | - |
| YUV | 101.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 104 | 0 | 0.59 | 0.37 | 0.35 | 337.96 | 0.42 | 0.46 |
| Hex | A6 | 44 | 68 | 0 | 3B | 25 | 23 | 152 | 2A | 2E |
| Octal | 246 | 104 | 150 | 0 | 73 | 45 | 43 | 522 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1101000 | 0 | 111011 | 100101 | 100011 | 101010010 | 101010 | 101110 |
Color Harmonies of #A64468
Complementary color
Monochromatic Colors of #A64468
Black with #A64468
Text Example
Text Example
White with #A64468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64468; }
p { color: rgb(166,68,104); }
H1.HeaderClassName
{
color: #A64468;
}
.AnyTagClassName
{
color: #A64468;
}
</style>
background-color css
<style>
a { background-color: #A64468; }
a { background-color: rgb(166,68,104); }
div.DivClassName
{
background-color: #A64468;
}
.BgClassName
{
background-color: #A64468;
}
</style>
border-color css
<style>
span { border-color: #A64468; }
span { border-color: rgb(166,68,104); }
td.TdClassName
{
border-color: #A64468;
}
.TagClassName
{
border-color: #A64468;
}
</style>