Shades of Rouge #AA3A67
Tints of Rouge #AA3A67
RGB
CMYK
RGB Variations
Color information
#AA3A67 (or 0xAA3A67) is known color: Rouge. HEX triplet: AA, 3A and 67. RGB value is (170,58,103). Sum of RGB (Red+Green+Blue) = 170+58+103=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A67 is #55C598. Grayscale: #606060. Windows color (decimal): -5621145 or 6765226. OLE color: 6765226.
HSL color Cylindrical-coordinate representation of color #AA3A67: hue angle of 335.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A67 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 103 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.33 |
| HSL | 335.89º | 0.49% | 0.45% | - |
| HSV(B) | 335.89º | 0.66% | 0.67% | - |
| XYZ | 20.54 | 12.55 | 14.17 | - |
| YUV | 96.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 103 | 0 | 0.66 | 0.39 | 0.33 | 335.89 | 0.49 | 0.45 |
| Hex | AA | 3A | 67 | 0 | 42 | 27 | 21 | 150 | 31 | 2D |
| Octal | 252 | 72 | 147 | 0 | 102 | 47 | 41 | 520 | 61 | 55 |
| Binary | 10101010 | 111010 | 1100111 | 0 | 1000010 | 100111 | 100001 | 101010000 | 110001 | 101101 |
Color Harmonies of #AA3A67
Complementary color
Monochromatic Colors of #AA3A67
Black with #AA3A67
Text Example
Text Example
White with #AA3A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A67; }
p { color: rgb(170,58,103); }
H1.HeaderClassName
{
color: #AA3A67;
}
.AnyTagClassName
{
color: #AA3A67;
}
</style>
background-color css
<style>
a { background-color: #AA3A67; }
a { background-color: rgb(170,58,103); }
div.DivClassName
{
background-color: #AA3A67;
}
.BgClassName
{
background-color: #AA3A67;
}
</style>
border-color css
<style>
span { border-color: #AA3A67; }
span { border-color: rgb(170,58,103); }
td.TdClassName
{
border-color: #AA3A67;
}
.TagClassName
{
border-color: #AA3A67;
}
</style>