Shades of Rouge #AF406C
Tints of Rouge #AF406C
RGB
CMYK
RGB Variations
Color information
#AF406C (or 0xAF406C) is known color: Rouge. HEX triplet: AF, 40 and 6C. RGB value is (175,64,108). Sum of RGB (Red+Green+Blue) = 175+64+108=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF406C is #50BF93. Grayscale: #666666. Windows color (decimal): -5291924 or 7094447. OLE color: 7094447.
HSL color Cylindrical-coordinate representation of color #AF406C: hue angle of 336.22º 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 #AF406C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 108 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.31 |
| HSL | 336.22º | 0.46% | 0.47% | - |
| HSV(B) | 336.22º | 0.63% | 0.69% | - |
| XYZ | 22.22 | 13.86 | 15.69 | - |
| YUV | 102.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 108 | 0 | 0.63 | 0.38 | 0.31 | 336.22 | 0.46 | 0.47 |
| Hex | AF | 40 | 6C | 0 | 3F | 26 | 1F | 150 | 2E | 2F |
| Octal | 257 | 100 | 154 | 0 | 77 | 46 | 37 | 520 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1101100 | 0 | 111111 | 100110 | 11111 | 101010000 | 101110 | 101111 |
Color Harmonies of #AF406C
Complementary color
Monochromatic Colors of #AF406C
Black with #AF406C
Text Example
Text Example
White with #AF406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF406C; }
p { color: rgb(175,64,108); }
H1.HeaderClassName
{
color: #AF406C;
}
.AnyTagClassName
{
color: #AF406C;
}
</style>
background-color css
<style>
a { background-color: #AF406C; }
a { background-color: rgb(175,64,108); }
div.DivClassName
{
background-color: #AF406C;
}
.BgClassName
{
background-color: #AF406C;
}
</style>
border-color css
<style>
span { border-color: #AF406C; }
span { border-color: rgb(175,64,108); }
td.TdClassName
{
border-color: #AF406C;
}
.TagClassName
{
border-color: #AF406C;
}
</style>