Shades of Rouge #AF4562
Tints of Rouge #AF4562
RGB
CMYK
RGB Variations
Color information
#AF4562 (or 0xAF4562) is known color: Rouge. HEX triplet: AF, 45 and 62. RGB value is (175,69,98). Sum of RGB (Red+Green+Blue) = 175+69+98=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4562 is #50BA9D. Grayscale: #676767. Windows color (decimal): -5290654 or 6440367. OLE color: 6440367.
HSL color Cylindrical-coordinate representation of color #AF4562: hue angle of 343.58º degrees, saturation: 0.43, 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 #AF4562 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 98 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.31 |
| HSL | 343.58º | 0.43% | 0.48% | - |
| HSV(B) | 343.58º | 0.61% | 0.69% | - |
| XYZ | 22.01 | 14.25 | 13.15 | - |
| YUV | 104 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 98 | 0 | 0.61 | 0.44 | 0.31 | 343.58 | 0.43 | 0.48 |
| Hex | AF | 45 | 62 | 0 | 3D | 2C | 1F | 158 | 2B | 30 |
| Octal | 257 | 105 | 142 | 0 | 75 | 54 | 37 | 530 | 53 | 60 |
| Binary | 10101111 | 1000101 | 1100010 | 0 | 111101 | 101100 | 11111 | 101011000 | 101011 | 110000 |
Color Harmonies of #AF4562
Complementary color
Monochromatic Colors of #AF4562
Black with #AF4562
Text Example
Text Example
White with #AF4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4562; }
p { color: rgb(175,69,98); }
H1.HeaderClassName
{
color: #AF4562;
}
.AnyTagClassName
{
color: #AF4562;
}
</style>
background-color css
<style>
a { background-color: #AF4562; }
a { background-color: rgb(175,69,98); }
div.DivClassName
{
background-color: #AF4562;
}
.BgClassName
{
background-color: #AF4562;
}
</style>
border-color css
<style>
span { border-color: #AF4562; }
span { border-color: rgb(175,69,98); }
td.TdClassName
{
border-color: #AF4562;
}
.TagClassName
{
border-color: #AF4562;
}
</style>