Shades of Rouge #A93067
Tints of Rouge #A93067
RGB
CMYK
RGB Variations
Color information
#A93067 (or 0xA93067) is known color: Rouge. HEX triplet: A9, 30 and 67. RGB value is (169,48,103). Sum of RGB (Red+Green+Blue) = 169+48+103=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A93067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93067 is #56CF98. Grayscale: #5A5A5A. Windows color (decimal): -5689241 or 6762665. OLE color: 6762665.
HSL color Cylindrical-coordinate representation of color #A93067: hue angle of 332.73º 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 #A93067 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 103 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.34 |
| HSL | 332.73º | 0.56% | 0.43% | - |
| HSV(B) | 332.73º | 0.72% | 0.66% | - |
| XYZ | 19.87 | 11.53 | 14.01 | - |
| YUV | 90.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 103 | 0 | 0.72 | 0.39 | 0.34 | 332.73 | 0.56 | 0.43 |
| Hex | A9 | 30 | 67 | 0 | 48 | 27 | 22 | 14D | 38 | 2B |
| Octal | 251 | 60 | 147 | 0 | 110 | 47 | 42 | 515 | 70 | 53 |
| Binary | 10101001 | 110000 | 1100111 | 0 | 1001000 | 100111 | 100010 | 101001101 | 111000 | 101011 |
Color Harmonies of #A93067
Complementary color
Monochromatic Colors of #A93067
Black with #A93067
Text Example
Text Example
White with #A93067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93067; }
p { color: rgb(169,48,103); }
H1.HeaderClassName
{
color: #A93067;
}
.AnyTagClassName
{
color: #A93067;
}
</style>
background-color css
<style>
a { background-color: #A93067; }
a { background-color: rgb(169,48,103); }
div.DivClassName
{
background-color: #A93067;
}
.BgClassName
{
background-color: #A93067;
}
</style>
border-color css
<style>
span { border-color: #A93067; }
span { border-color: rgb(169,48,103); }
td.TdClassName
{
border-color: #A93067;
}
.TagClassName
{
border-color: #A93067;
}
</style>