Shades of Rouge #AF4666
Tints of Rouge #AF4666
RGB
CMYK
RGB Variations
Color information
#AF4666 (or 0xAF4666) is known color: Rouge. HEX triplet: AF, 46 and 66. RGB value is (175,70,102). Sum of RGB (Red+Green+Blue) = 175+70+102=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4666 is #50B999. Grayscale: #696969. Windows color (decimal): -5290394 or 6702767. OLE color: 6702767.
HSL color Cylindrical-coordinate representation of color #AF4666: hue angle of 341.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4666 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 102 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.31 |
| HSL | 341.71º | 0.43% | 0.48% | - |
| HSV(B) | 341.71º | 0.6% | 0.69% | - |
| XYZ | 22.27 | 14.45 | 14.19 | - |
| YUV | 105.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 102 | 0 | 0.60 | 0.42 | 0.31 | 341.71 | 0.43 | 0.48 |
| Hex | AF | 46 | 66 | 0 | 3C | 2A | 1F | 156 | 2B | 30 |
| Octal | 257 | 106 | 146 | 0 | 74 | 52 | 37 | 526 | 53 | 60 |
| Binary | 10101111 | 1000110 | 1100110 | 0 | 111100 | 101010 | 11111 | 101010110 | 101011 | 110000 |
Color Harmonies of #AF4666
Complementary color
Monochromatic Colors of #AF4666
Black with #AF4666
Text Example
Text Example
White with #AF4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4666; }
p { color: rgb(175,70,102); }
H1.HeaderClassName
{
color: #AF4666;
}
.AnyTagClassName
{
color: #AF4666;
}
</style>
background-color css
<style>
a { background-color: #AF4666; }
a { background-color: rgb(175,70,102); }
div.DivClassName
{
background-color: #AF4666;
}
.BgClassName
{
background-color: #AF4666;
}
</style>
border-color css
<style>
span { border-color: #AF4666; }
span { border-color: rgb(175,70,102); }
td.TdClassName
{
border-color: #AF4666;
}
.TagClassName
{
border-color: #AF4666;
}
</style>