Shades of Rouge #AF4465
Tints of Rouge #AF4465
RGB
CMYK
RGB Variations
Color information
#AF4465 (or 0xAF4465) is known color: Rouge. HEX triplet: AF, 44 and 65. RGB value is (175,68,101). Sum of RGB (Red+Green+Blue) = 175+68+101=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4465 is #50BB9A. Grayscale: #676767. Windows color (decimal): -5290907 or 6636719. OLE color: 6636719.
HSL color Cylindrical-coordinate representation of color #AF4465: hue angle of 341.5º 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 #AF4465 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 101 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.31 |
| HSL | 341.5º | 0.44% | 0.48% | - |
| HSV(B) | 341.5º | 0.61% | 0.69% | - |
| XYZ | 22.1 | 14.19 | 13.89 | - |
| YUV | 103.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 101 | 0 | 0.61 | 0.42 | 0.31 | 341.5 | 0.44 | 0.48 |
| Hex | AF | 44 | 65 | 0 | 3D | 2A | 1F | 155 | 2C | 30 |
| Octal | 257 | 104 | 145 | 0 | 75 | 52 | 37 | 525 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1100101 | 0 | 111101 | 101010 | 11111 | 101010101 | 101100 | 110000 |
Color Harmonies of #AF4465
Complementary color
Monochromatic Colors of #AF4465
Black with #AF4465
Text Example
Text Example
White with #AF4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4465; }
p { color: rgb(175,68,101); }
H1.HeaderClassName
{
color: #AF4465;
}
.AnyTagClassName
{
color: #AF4465;
}
</style>
background-color css
<style>
a { background-color: #AF4465; }
a { background-color: rgb(175,68,101); }
div.DivClassName
{
background-color: #AF4465;
}
.BgClassName
{
background-color: #AF4465;
}
</style>
border-color css
<style>
span { border-color: #AF4465; }
span { border-color: rgb(175,68,101); }
td.TdClassName
{
border-color: #AF4465;
}
.TagClassName
{
border-color: #AF4465;
}
</style>