Shades of Rouge #A92C6C
Tints of Rouge #A92C6C
RGB
CMYK
RGB Variations
Color information
#A92C6C (or 0xA92C6C) is known color: Rouge. HEX triplet: A9, 2C and 6C. RGB value is (169,44,108). Sum of RGB (Red+Green+Blue) = 169+44+108=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92C6C is #56D393. Grayscale: #585858. Windows color (decimal): -5690260 or 7089321. OLE color: 7089321.
HSL color Cylindrical-coordinate representation of color #A92C6C: hue angle of 329.28º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C6C is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 108 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.34 |
| HSL | 329.28º | 0.59% | 0.42% | - |
| HSV(B) | 329.28º | 0.74% | 0.66% | - |
| XYZ | 19.97 | 11.32 | 15.32 | - |
| YUV | 88.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 108 | 0 | 0.74 | 0.36 | 0.34 | 329.28 | 0.59 | 0.42 |
| Hex | A9 | 2C | 6C | 0 | 4A | 24 | 22 | 149 | 3B | 2A |
| Octal | 251 | 54 | 154 | 0 | 112 | 44 | 42 | 511 | 73 | 52 |
| Binary | 10101001 | 101100 | 1101100 | 0 | 1001010 | 100100 | 100010 | 101001001 | 111011 | 101010 |
Color Harmonies of #A92C6C
Complementary color
Monochromatic Colors of #A92C6C
Black with #A92C6C
Text Example
Text Example
White with #A92C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C6C; }
p { color: rgb(169,44,108); }
H1.HeaderClassName
{
color: #A92C6C;
}
.AnyTagClassName
{
color: #A92C6C;
}
</style>
background-color css
<style>
a { background-color: #A92C6C; }
a { background-color: rgb(169,44,108); }
div.DivClassName
{
background-color: #A92C6C;
}
.BgClassName
{
background-color: #A92C6C;
}
</style>
border-color css
<style>
span { border-color: #A92C6C; }
span { border-color: rgb(169,44,108); }
td.TdClassName
{
border-color: #A92C6C;
}
.TagClassName
{
border-color: #A92C6C;
}
</style>