Shades of Rouge #AF406B
Tints of Rouge #AF406B
RGB
CMYK
RGB Variations
Color information
#AF406B (or 0xAF406B) is known color: Rouge. HEX triplet: AF, 40 and 6B. RGB value is (175,64,107). Sum of RGB (Red+Green+Blue) = 175+64+107=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF406B is #50BF94. Grayscale: #666666. Windows color (decimal): -5291925 or 7028911. OLE color: 7028911.
HSL color Cylindrical-coordinate representation of color #AF406B: hue angle of 336.76º 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 #AF406B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 107 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.31 |
| HSL | 336.76º | 0.46% | 0.47% | - |
| HSV(B) | 336.76º | 0.63% | 0.69% | - |
| XYZ | 22.17 | 13.84 | 15.41 | - |
| YUV | 102.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 107 | 0 | 0.63 | 0.39 | 0.31 | 336.76 | 0.46 | 0.47 |
| Hex | AF | 40 | 6B | 0 | 3F | 27 | 1F | 151 | 2E | 2F |
| Octal | 257 | 100 | 153 | 0 | 77 | 47 | 37 | 521 | 56 | 57 |
| Binary | 10101111 | 1000000 | 1101011 | 0 | 111111 | 100111 | 11111 | 101010001 | 101110 | 101111 |
Color Harmonies of #AF406B
Complementary color
Monochromatic Colors of #AF406B
Black with #AF406B
Text Example
Text Example
White with #AF406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF406B; }
p { color: rgb(175,64,107); }
H1.HeaderClassName
{
color: #AF406B;
}
.AnyTagClassName
{
color: #AF406B;
}
</style>
background-color css
<style>
a { background-color: #AF406B; }
a { background-color: rgb(175,64,107); }
div.DivClassName
{
background-color: #AF406B;
}
.BgClassName
{
background-color: #AF406B;
}
</style>
border-color css
<style>
span { border-color: #AF406B; }
span { border-color: rgb(175,64,107); }
td.TdClassName
{
border-color: #AF406B;
}
.TagClassName
{
border-color: #AF406B;
}
</style>