Shades of Rouge #AF4162
Tints of Rouge #AF4162
RGB
CMYK
RGB Variations
Color information
#AF4162 (or 0xAF4162) is known color: Rouge. HEX triplet: AF, 41 and 62. RGB value is (175,65,98). Sum of RGB (Red+Green+Blue) = 175+65+98=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4162 is #50BE9D. Grayscale: #656565. Windows color (decimal): -5291678 or 6439343. OLE color: 6439343.
HSL color Cylindrical-coordinate representation of color #AF4162: hue angle of 342º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4162 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 98 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.31 |
| HSL | 342º | 0.46% | 0.47% | - |
| HSV(B) | 342º | 0.63% | 0.69% | - |
| XYZ | 21.77 | 13.78 | 13.07 | - |
| YUV | 101.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 98 | 0 | 0.63 | 0.44 | 0.31 | 342 | 0.46 | 0.47 |
| Hex | AF | 41 | 62 | 0 | 3F | 2C | 1F | 156 | 2E | 2F |
| Octal | 257 | 101 | 142 | 0 | 77 | 54 | 37 | 526 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1100010 | 0 | 111111 | 101100 | 11111 | 101010110 | 101110 | 101111 |
Color Harmonies of #AF4162
Complementary color
Monochromatic Colors of #AF4162
Black with #AF4162
Text Example
Text Example
White with #AF4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4162; }
p { color: rgb(175,65,98); }
H1.HeaderClassName
{
color: #AF4162;
}
.AnyTagClassName
{
color: #AF4162;
}
</style>
background-color css
<style>
a { background-color: #AF4162; }
a { background-color: rgb(175,65,98); }
div.DivClassName
{
background-color: #AF4162;
}
.BgClassName
{
background-color: #AF4162;
}
</style>
border-color css
<style>
span { border-color: #AF4162; }
span { border-color: rgb(175,65,98); }
td.TdClassName
{
border-color: #AF4162;
}
.TagClassName
{
border-color: #AF4162;
}
</style>