Shades of Rouge #A9405C
Tints of Rouge #A9405C
RGB
CMYK
RGB Variations
Color information
#A9405C (or 0xA9405C) is known color: Rouge. HEX triplet: A9, 40 and 5C. RGB value is (169,64,92). Sum of RGB (Red+Green+Blue) = 169+64+92=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A9405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9405C is #56BFA3. Grayscale: #626262. Windows color (decimal): -5685156 or 6045865. OLE color: 6045865.
HSL color Cylindrical-coordinate representation of color #A9405C: hue angle of 344º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9405C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 92 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.34 |
| HSL | 344º | 0.45% | 0.46% | - |
| HSV(B) | 344º | 0.62% | 0.66% | - |
| XYZ | 20.13 | 12.87 | 11.55 | - |
| YUV | 98.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 92 | 0 | 0.62 | 0.46 | 0.34 | 344 | 0.45 | 0.46 |
| Hex | A9 | 40 | 5C | 0 | 3E | 2E | 22 | 158 | 2D | 2E |
| Octal | 251 | 100 | 134 | 0 | 76 | 56 | 42 | 530 | 55 | 56 |
| Binary | 10101001 | 1000000 | 1011100 | 0 | 111110 | 101110 | 100010 | 101011000 | 101101 | 101110 |
Color Harmonies of #A9405C
Complementary color
Monochromatic Colors of #A9405C
Black with #A9405C
Text Example
Text Example
White with #A9405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9405C; }
p { color: rgb(169,64,92); }
H1.HeaderClassName
{
color: #A9405C;
}
.AnyTagClassName
{
color: #A9405C;
}
</style>
background-color css
<style>
a { background-color: #A9405C; }
a { background-color: rgb(169,64,92); }
div.DivClassName
{
background-color: #A9405C;
}
.BgClassName
{
background-color: #A9405C;
}
</style>
border-color css
<style>
span { border-color: #A9405C; }
span { border-color: rgb(169,64,92); }
td.TdClassName
{
border-color: #A9405C;
}
.TagClassName
{
border-color: #A9405C;
}
</style>