Shades of Rouge #AA375C
Tints of Rouge #AA375C
RGB
CMYK
RGB Variations
Color information
#AA375C (or 0xAA375C) is known color: Rouge. HEX triplet: AA, 37 and 5C. RGB value is (170,55,92). Sum of RGB (Red+Green+Blue) = 170+55+92=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA375C is #55C8A3. Grayscale: #5D5D5D. Windows color (decimal): -5621924 or 6043562. OLE color: 6043562.
HSL color Cylindrical-coordinate representation of color #AA375C: hue angle of 340.7º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA375C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 92 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.33 |
| HSL | 340.7º | 0.51% | 0.44% | - |
| HSV(B) | 340.7º | 0.68% | 0.67% | - |
| XYZ | 19.88 | 12.05 | 11.4 | - |
| YUV | 93.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 92 | 0 | 0.68 | 0.46 | 0.33 | 340.7 | 0.51 | 0.44 |
| Hex | AA | 37 | 5C | 0 | 44 | 2E | 21 | 155 | 33 | 2C |
| Octal | 252 | 67 | 134 | 0 | 104 | 56 | 41 | 525 | 63 | 54 |
| Binary | 10101010 | 110111 | 1011100 | 0 | 1000100 | 101110 | 100001 | 101010101 | 110011 | 101100 |
Color Harmonies of #AA375C
Complementary color
Monochromatic Colors of #AA375C
Black with #AA375C
Text Example
Text Example
White with #AA375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA375C; }
p { color: rgb(170,55,92); }
H1.HeaderClassName
{
color: #AA375C;
}
.AnyTagClassName
{
color: #AA375C;
}
</style>
background-color css
<style>
a { background-color: #AA375C; }
a { background-color: rgb(170,55,92); }
div.DivClassName
{
background-color: #AA375C;
}
.BgClassName
{
background-color: #AA375C;
}
</style>
border-color css
<style>
span { border-color: #AA375C; }
span { border-color: rgb(170,55,92); }
td.TdClassName
{
border-color: #AA375C;
}
.TagClassName
{
border-color: #AA375C;
}
</style>