Shades of Rouge #AA425F
Tints of Rouge #AA425F
RGB
CMYK
RGB Variations
Color information
#AA425F (or 0xAA425F) is known color: Rouge. HEX triplet: AA, 42 and 5F. RGB value is (170,66,95). Sum of RGB (Red+Green+Blue) = 170+66+95=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA425F is #55BDA0. Grayscale: #646464. Windows color (decimal): -5619105 or 6242986. OLE color: 6242986.
HSL color Cylindrical-coordinate representation of color #AA425F: hue angle of 343.27º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA425F is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 95 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.33 |
| HSL | 343.27º | 0.44% | 0.46% | - |
| HSV(B) | 343.27º | 0.61% | 0.67% | - |
| XYZ | 20.59 | 13.27 | 12.3 | - |
| YUV | 100.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 95 | 0 | 0.61 | 0.44 | 0.33 | 343.27 | 0.44 | 0.46 |
| Hex | AA | 42 | 5F | 0 | 3D | 2C | 21 | 157 | 2C | 2E |
| Octal | 252 | 102 | 137 | 0 | 75 | 54 | 41 | 527 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1011111 | 0 | 111101 | 101100 | 100001 | 101010111 | 101100 | 101110 |
Color Harmonies of #AA425F
Complementary color
Monochromatic Colors of #AA425F
Black with #AA425F
Text Example
Text Example
White with #AA425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA425F; }
p { color: rgb(170,66,95); }
H1.HeaderClassName
{
color: #AA425F;
}
.AnyTagClassName
{
color: #AA425F;
}
</style>
background-color css
<style>
a { background-color: #AA425F; }
a { background-color: rgb(170,66,95); }
div.DivClassName
{
background-color: #AA425F;
}
.BgClassName
{
background-color: #AA425F;
}
</style>
border-color css
<style>
span { border-color: #AA425F; }
span { border-color: rgb(170,66,95); }
td.TdClassName
{
border-color: #AA425F;
}
.TagClassName
{
border-color: #AA425F;
}
</style>