Shades of Rouge #A92969
Tints of Rouge #A92969
RGB
CMYK
RGB Variations
Color information
#A92969 (or 0xA92969) is known color: Rouge. HEX triplet: A9, 29 and 69. RGB value is (169,41,105). Sum of RGB (Red+Green+Blue) = 169+41+105=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A92969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92969 is #56D696. Grayscale: #565656. Windows color (decimal): -5691031 or 6891945. OLE color: 6891945.
HSL color Cylindrical-coordinate representation of color #A92969: hue angle of 330º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92969 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 105 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.34 |
| HSL | 330º | 0.61% | 0.41% | - |
| HSV(B) | 330º | 0.76% | 0.66% | - |
| XYZ | 19.7 | 11.04 | 14.46 | - |
| YUV | 86.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 105 | 0 | 0.76 | 0.38 | 0.34 | 330 | 0.61 | 0.41 |
| Hex | A9 | 29 | 69 | 0 | 4C | 26 | 22 | 14A | 3D | 29 |
| Octal | 251 | 51 | 151 | 0 | 114 | 46 | 42 | 512 | 75 | 51 |
| Binary | 10101001 | 101001 | 1101001 | 0 | 1001100 | 100110 | 100010 | 101001010 | 111101 | 101001 |
Color Harmonies of #A92969
Complementary color
Monochromatic Colors of #A92969
Black with #A92969
Text Example
Text Example
White with #A92969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92969; }
p { color: rgb(169,41,105); }
H1.HeaderClassName
{
color: #A92969;
}
.AnyTagClassName
{
color: #A92969;
}
</style>
background-color css
<style>
a { background-color: #A92969; }
a { background-color: rgb(169,41,105); }
div.DivClassName
{
background-color: #A92969;
}
.BgClassName
{
background-color: #A92969;
}
</style>
border-color css
<style>
span { border-color: #A92969; }
span { border-color: rgb(169,41,105); }
td.TdClassName
{
border-color: #A92969;
}
.TagClassName
{
border-color: #A92969;
}
</style>