Shades of Rouge #A63669
Tints of Rouge #A63669
RGB
CMYK
RGB Variations
Color information
#A63669 (or 0xA63669) is known color: Rouge. HEX triplet: A6, 36 and 69. RGB value is (166,54,105). Sum of RGB (Red+Green+Blue) = 166+54+105=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A63669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63669 is #59C996. Grayscale: #5D5D5D. Windows color (decimal): -5884311 or 6895270. OLE color: 6895270.
HSL color Cylindrical-coordinate representation of color #A63669: hue angle of 332.68º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63669 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 105 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.35 |
| HSL | 332.68º | 0.51% | 0.43% | - |
| HSV(B) | 332.68º | 0.67% | 0.65% | - |
| XYZ | 19.59 | 11.77 | 14.6 | - |
| YUV | 93.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 105 | 0 | 0.67 | 0.37 | 0.35 | 332.68 | 0.51 | 0.43 |
| Hex | A6 | 36 | 69 | 0 | 43 | 25 | 23 | 14D | 33 | 2B |
| Octal | 246 | 66 | 151 | 0 | 103 | 45 | 43 | 515 | 63 | 53 |
| Binary | 10100110 | 110110 | 1101001 | 0 | 1000011 | 100101 | 100011 | 101001101 | 110011 | 101011 |
Color Harmonies of #A63669
Complementary color
Monochromatic Colors of #A63669
Black with #A63669
Text Example
Text Example
White with #A63669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63669; }
p { color: rgb(166,54,105); }
H1.HeaderClassName
{
color: #A63669;
}
.AnyTagClassName
{
color: #A63669;
}
</style>
background-color css
<style>
a { background-color: #A63669; }
a { background-color: rgb(166,54,105); }
div.DivClassName
{
background-color: #A63669;
}
.BgClassName
{
background-color: #A63669;
}
</style>
border-color css
<style>
span { border-color: #A63669; }
span { border-color: rgb(166,54,105); }
td.TdClassName
{
border-color: #A63669;
}
.TagClassName
{
border-color: #A63669;
}
</style>