Shades of Rouge #AF4464
Tints of Rouge #AF4464
RGB
CMYK
RGB Variations
Color information
#AF4464 (or 0xAF4464) is known color: Rouge. HEX triplet: AF, 44 and 64. RGB value is (175,68,100). Sum of RGB (Red+Green+Blue) = 175+68+100=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4464 is #50BB9B. Grayscale: #676767. Windows color (decimal): -5290908 or 6571183. OLE color: 6571183.
HSL color Cylindrical-coordinate representation of color #AF4464: hue angle of 342.06º 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 #AF4464 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 100 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.31 |
| HSL | 342.06º | 0.44% | 0.48% | - |
| HSV(B) | 342.06º | 0.61% | 0.69% | - |
| XYZ | 22.05 | 14.17 | 13.63 | - |
| YUV | 103.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 100 | 0 | 0.61 | 0.43 | 0.31 | 342.06 | 0.44 | 0.48 |
| Hex | AF | 44 | 64 | 0 | 3D | 2B | 1F | 156 | 2C | 30 |
| Octal | 257 | 104 | 144 | 0 | 75 | 53 | 37 | 526 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1100100 | 0 | 111101 | 101011 | 11111 | 101010110 | 101100 | 110000 |
Color Harmonies of #AF4464
Complementary color
Monochromatic Colors of #AF4464
Black with #AF4464
Text Example
Text Example
White with #AF4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4464; }
p { color: rgb(175,68,100); }
H1.HeaderClassName
{
color: #AF4464;
}
.AnyTagClassName
{
color: #AF4464;
}
</style>
background-color css
<style>
a { background-color: #AF4464; }
a { background-color: rgb(175,68,100); }
div.DivClassName
{
background-color: #AF4464;
}
.BgClassName
{
background-color: #AF4464;
}
</style>
border-color css
<style>
span { border-color: #AF4464; }
span { border-color: rgb(175,68,100); }
td.TdClassName
{
border-color: #AF4464;
}
.TagClassName
{
border-color: #AF4464;
}
</style>