Shades of Rouge #AF3672
Tints of Rouge #AF3672
RGB
CMYK
RGB Variations
Color information
#AF3672 (or 0xAF3672) is known color: Rouge. HEX triplet: AF, 36 and 72. RGB value is (175,54,114). Sum of RGB (Red+Green+Blue) = 175+54+114=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3672 is #50C98D. Grayscale: #606060. Windows color (decimal): -5294478 or 7485103. OLE color: 7485103.
HSL color Cylindrical-coordinate representation of color #AF3672: hue angle of 330.25º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3672 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 114 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.31 |
| HSL | 330.25º | 0.53% | 0.45% | - |
| HSV(B) | 330.25º | 0.69% | 0.69% | - |
| XYZ | 22.04 | 12.97 | 17.26 | - |
| YUV | 97.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 114 | 0 | 0.69 | 0.35 | 0.31 | 330.25 | 0.53 | 0.45 |
| Hex | AF | 36 | 72 | 0 | 45 | 23 | 1F | 14A | 35 | 2D |
| Octal | 257 | 66 | 162 | 0 | 105 | 43 | 37 | 512 | 65 | 55 |
| Binary | 10101111 | 110110 | 1110010 | 0 | 1000101 | 100011 | 11111 | 101001010 | 110101 | 101101 |
Color Harmonies of #AF3672
Complementary color
Monochromatic Colors of #AF3672
Black with #AF3672
Text Example
Text Example
White with #AF3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3672; }
p { color: rgb(175,54,114); }
H1.HeaderClassName
{
color: #AF3672;
}
.AnyTagClassName
{
color: #AF3672;
}
</style>
background-color css
<style>
a { background-color: #AF3672; }
a { background-color: rgb(175,54,114); }
div.DivClassName
{
background-color: #AF3672;
}
.BgClassName
{
background-color: #AF3672;
}
</style>
border-color css
<style>
span { border-color: #AF3672; }
span { border-color: rgb(175,54,114); }
td.TdClassName
{
border-color: #AF3672;
}
.TagClassName
{
border-color: #AF3672;
}
</style>