Shades of Rouge #A33966
Tints of Rouge #A33966
RGB
CMYK
RGB Variations
Color information
#A33966 (or 0xA33966) is known color: Rouge. HEX triplet: A3, 39 and 66. RGB value is (163,57,102). Sum of RGB (Red+Green+Blue) = 163+57+102=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A33966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33966 is #5CC699. Grayscale: #5D5D5D. Windows color (decimal): -6080154 or 6699427. OLE color: 6699427.
HSL color Cylindrical-coordinate representation of color #A33966: hue angle of 334.53º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A33966 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 102 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.36 |
| HSL | 334.53º | 0.48% | 0.43% | - |
| HSV(B) | 334.53º | 0.65% | 0.64% | - |
| XYZ | 18.97 | 11.67 | 13.82 | - |
| YUV | 93.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 102 | 0 | 0.65 | 0.37 | 0.36 | 334.53 | 0.48 | 0.43 |
| Hex | A3 | 39 | 66 | 0 | 41 | 25 | 24 | 14F | 30 | 2B |
| Octal | 243 | 71 | 146 | 0 | 101 | 45 | 44 | 517 | 60 | 53 |
| Binary | 10100011 | 111001 | 1100110 | 0 | 1000001 | 100101 | 100100 | 101001111 | 110000 | 101011 |
Color Harmonies of #A33966
Complementary color
Monochromatic Colors of #A33966
Black with #A33966
Text Example
Text Example
White with #A33966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33966; }
p { color: rgb(163,57,102); }
H1.HeaderClassName
{
color: #A33966;
}
.AnyTagClassName
{
color: #A33966;
}
</style>
background-color css
<style>
a { background-color: #A33966; }
a { background-color: rgb(163,57,102); }
div.DivClassName
{
background-color: #A33966;
}
.BgClassName
{
background-color: #A33966;
}
</style>
border-color css
<style>
span { border-color: #A33966; }
span { border-color: rgb(163,57,102); }
td.TdClassName
{
border-color: #A33966;
}
.TagClassName
{
border-color: #A33966;
}
</style>