Shades of Rouge #A63667
Tints of Rouge #A63667
RGB
CMYK
RGB Variations
Color information
#A63667 (or 0xA63667) is known color: Rouge. HEX triplet: A6, 36 and 67. RGB value is (166,54,103). Sum of RGB (Red+Green+Blue) = 166+54+103=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A63667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63667 is #59C998. Grayscale: #5C5C5C. Windows color (decimal): -5884313 or 6764198. OLE color: 6764198.
HSL color Cylindrical-coordinate representation of color #A63667: hue angle of 333.75º 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 #A63667 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 103 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.35 |
| HSL | 333.75º | 0.51% | 0.43% | - |
| HSV(B) | 333.75º | 0.67% | 0.65% | - |
| XYZ | 19.49 | 11.72 | 14.07 | - |
| YUV | 93.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 103 | 0 | 0.67 | 0.38 | 0.35 | 333.75 | 0.51 | 0.43 |
| Hex | A6 | 36 | 67 | 0 | 43 | 26 | 23 | 14E | 33 | 2B |
| Octal | 246 | 66 | 147 | 0 | 103 | 46 | 43 | 516 | 63 | 53 |
| Binary | 10100110 | 110110 | 1100111 | 0 | 1000011 | 100110 | 100011 | 101001110 | 110011 | 101011 |
Color Harmonies of #A63667
Complementary color
Monochromatic Colors of #A63667
Black with #A63667
Text Example
Text Example
White with #A63667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63667; }
p { color: rgb(166,54,103); }
H1.HeaderClassName
{
color: #A63667;
}
.AnyTagClassName
{
color: #A63667;
}
</style>
background-color css
<style>
a { background-color: #A63667; }
a { background-color: rgb(166,54,103); }
div.DivClassName
{
background-color: #A63667;
}
.BgClassName
{
background-color: #A63667;
}
</style>
border-color css
<style>
span { border-color: #A63667; }
span { border-color: rgb(166,54,103); }
td.TdClassName
{
border-color: #A63667;
}
.TagClassName
{
border-color: #A63667;
}
</style>