Shades of Rouge #A93669
Tints of Rouge #A93669
RGB
CMYK
RGB Variations
Color information
#A93669 (or 0xA93669) is known color: Rouge. HEX triplet: A9, 36 and 69. RGB value is (169,54,105). Sum of RGB (Red+Green+Blue) = 169+54+105=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A93669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93669 is #56C996. Grayscale: #5E5E5E. Windows color (decimal): -5687703 or 6895273. OLE color: 6895273.
HSL color Cylindrical-coordinate representation of color #A93669: hue angle of 333.39º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93669 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 105 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.34 |
| HSL | 333.39º | 0.52% | 0.44% | - |
| HSV(B) | 333.39º | 0.68% | 0.66% | - |
| XYZ | 20.23 | 12.09 | 14.63 | - |
| YUV | 94.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 105 | 0 | 0.68 | 0.38 | 0.34 | 333.39 | 0.52 | 0.44 |
| Hex | A9 | 36 | 69 | 0 | 44 | 26 | 22 | 14D | 34 | 2C |
| Octal | 251 | 66 | 151 | 0 | 104 | 46 | 42 | 515 | 64 | 54 |
| Binary | 10101001 | 110110 | 1101001 | 0 | 1000100 | 100110 | 100010 | 101001101 | 110100 | 101100 |
Color Harmonies of #A93669
Complementary color
Monochromatic Colors of #A93669
Black with #A93669
Text Example
Text Example
White with #A93669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93669; }
p { color: rgb(169,54,105); }
H1.HeaderClassName
{
color: #A93669;
}
.AnyTagClassName
{
color: #A93669;
}
</style>
background-color css
<style>
a { background-color: #A93669; }
a { background-color: rgb(169,54,105); }
div.DivClassName
{
background-color: #A93669;
}
.BgClassName
{
background-color: #A93669;
}
</style>
border-color css
<style>
span { border-color: #A93669; }
span { border-color: rgb(169,54,105); }
td.TdClassName
{
border-color: #A93669;
}
.TagClassName
{
border-color: #A93669;
}
</style>