Shades of Rouge #AF366B
Tints of Rouge #AF366B
RGB
CMYK
RGB Variations
Color information
#AF366B (or 0xAF366B) is known color: Rouge. HEX triplet: AF, 36 and 6B. RGB value is (175,54,107). Sum of RGB (Red+Green+Blue) = 175+54+107=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF366B is #50C994. Grayscale: #606060. Windows color (decimal): -5294485 or 7026351. OLE color: 7026351.
HSL color Cylindrical-coordinate representation of color #AF366B: hue angle of 333.72º 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 #AF366B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 107 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.31 |
| HSL | 333.72º | 0.53% | 0.45% | - |
| HSV(B) | 333.72º | 0.69% | 0.69% | - |
| XYZ | 21.65 | 12.81 | 15.24 | - |
| YUV | 96.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 107 | 0 | 0.69 | 0.39 | 0.31 | 333.72 | 0.53 | 0.45 |
| Hex | AF | 36 | 6B | 0 | 45 | 27 | 1F | 14E | 35 | 2D |
| Octal | 257 | 66 | 153 | 0 | 105 | 47 | 37 | 516 | 65 | 55 |
| Binary | 10101111 | 110110 | 1101011 | 0 | 1000101 | 100111 | 11111 | 101001110 | 110101 | 101101 |
Color Harmonies of #AF366B
Complementary color
Monochromatic Colors of #AF366B
Black with #AF366B
Text Example
Text Example
White with #AF366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF366B; }
p { color: rgb(175,54,107); }
H1.HeaderClassName
{
color: #AF366B;
}
.AnyTagClassName
{
color: #AF366B;
}
</style>
background-color css
<style>
a { background-color: #AF366B; }
a { background-color: rgb(175,54,107); }
div.DivClassName
{
background-color: #AF366B;
}
.BgClassName
{
background-color: #AF366B;
}
</style>
border-color css
<style>
span { border-color: #AF366B; }
span { border-color: rgb(175,54,107); }
td.TdClassName
{
border-color: #AF366B;
}
.TagClassName
{
border-color: #AF366B;
}
</style>