Shades of Rouge #A9306F
Tints of Rouge #A9306F
RGB
CMYK
RGB Variations
Color information
#A9306F (or 0xA9306F) is known color: Rouge. HEX triplet: A9, 30 and 6F. RGB value is (169,48,111). Sum of RGB (Red+Green+Blue) = 169+48+111=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9306F is #56CF90. Grayscale: #5B5B5B. Windows color (decimal): -5689233 or 7286953. OLE color: 7286953.
HSL color Cylindrical-coordinate representation of color #A9306F: hue angle of 328.76º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9306F is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 111 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.34 |
| HSL | 328.76º | 0.56% | 0.43% | - |
| HSV(B) | 328.76º | 0.72% | 0.66% | - |
| XYZ | 20.29 | 11.7 | 16.23 | - |
| YUV | 91.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 111 | 0 | 0.72 | 0.34 | 0.34 | 328.76 | 0.56 | 0.43 |
| Hex | A9 | 30 | 6F | 0 | 48 | 22 | 22 | 149 | 38 | 2B |
| Octal | 251 | 60 | 157 | 0 | 110 | 42 | 42 | 511 | 70 | 53 |
| Binary | 10101001 | 110000 | 1101111 | 0 | 1001000 | 100010 | 100010 | 101001001 | 111000 | 101011 |
Color Harmonies of #A9306F
Complementary color
Monochromatic Colors of #A9306F
Black with #A9306F
Text Example
Text Example
White with #A9306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9306F; }
p { color: rgb(169,48,111); }
H1.HeaderClassName
{
color: #A9306F;
}
.AnyTagClassName
{
color: #A9306F;
}
</style>
background-color css
<style>
a { background-color: #A9306F; }
a { background-color: rgb(169,48,111); }
div.DivClassName
{
background-color: #A9306F;
}
.BgClassName
{
background-color: #A9306F;
}
</style>
border-color css
<style>
span { border-color: #A9306F; }
span { border-color: rgb(169,48,111); }
td.TdClassName
{
border-color: #A9306F;
}
.TagClassName
{
border-color: #A9306F;
}
</style>