Shades of Rouge #AF4466
Tints of Rouge #AF4466
RGB
CMYK
RGB Variations
Color information
#AF4466 (or 0xAF4466) is known color: Rouge. HEX triplet: AF, 44 and 66. RGB value is (175,68,102). Sum of RGB (Red+Green+Blue) = 175+68+102=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4466 is #50BB99. Grayscale: #676767. Windows color (decimal): -5290906 or 6702255. OLE color: 6702255.
HSL color Cylindrical-coordinate representation of color #AF4466: hue angle of 340.93º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4466 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 102 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.31 |
| HSL | 340.93º | 0.44% | 0.48% | - |
| HSV(B) | 340.93º | 0.61% | 0.69% | - |
| XYZ | 22.14 | 14.21 | 14.15 | - |
| YUV | 103.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 102 | 0 | 0.61 | 0.42 | 0.31 | 340.93 | 0.44 | 0.48 |
| Hex | AF | 44 | 66 | 0 | 3D | 2A | 1F | 155 | 2C | 30 |
| Octal | 257 | 104 | 146 | 0 | 75 | 52 | 37 | 525 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1100110 | 0 | 111101 | 101010 | 11111 | 101010101 | 101100 | 110000 |
Color Harmonies of #AF4466
Complementary color
Monochromatic Colors of #AF4466
Black with #AF4466
Text Example
Text Example
White with #AF4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4466; }
p { color: rgb(175,68,102); }
H1.HeaderClassName
{
color: #AF4466;
}
.AnyTagClassName
{
color: #AF4466;
}
</style>
background-color css
<style>
a { background-color: #AF4466; }
a { background-color: rgb(175,68,102); }
div.DivClassName
{
background-color: #AF4466;
}
.BgClassName
{
background-color: #AF4466;
}
</style>
border-color css
<style>
span { border-color: #AF4466; }
span { border-color: rgb(175,68,102); }
td.TdClassName
{
border-color: #AF4466;
}
.TagClassName
{
border-color: #AF4466;
}
</style>