Shades of Rouge #AF3866
Tints of Rouge #AF3866
RGB
CMYK
RGB Variations
Color information
#AF3866 (or 0xAF3866) is known color: Rouge. HEX triplet: AF, 38 and 66. RGB value is (175,56,102). Sum of RGB (Red+Green+Blue) = 175+56+102=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3866 is #50C799. Grayscale: #606060. Windows color (decimal): -5293978 or 6699183. OLE color: 6699183.
HSL color Cylindrical-coordinate representation of color #AF3866: hue angle of 336.81º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3866 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 102 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.31 |
| HSL | 336.81º | 0.52% | 0.45% | - |
| HSV(B) | 336.81º | 0.68% | 0.69% | - |
| XYZ | 21.49 | 12.9 | 13.93 | - |
| YUV | 96.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 102 | 0 | 0.68 | 0.42 | 0.31 | 336.81 | 0.52 | 0.45 |
| Hex | AF | 38 | 66 | 0 | 44 | 2A | 1F | 151 | 34 | 2D |
| Octal | 257 | 70 | 146 | 0 | 104 | 52 | 37 | 521 | 64 | 55 |
| Binary | 10101111 | 111000 | 1100110 | 0 | 1000100 | 101010 | 11111 | 101010001 | 110100 | 101101 |
Color Harmonies of #AF3866
Complementary color
Monochromatic Colors of #AF3866
Black with #AF3866
Text Example
Text Example
White with #AF3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3866; }
p { color: rgb(175,56,102); }
H1.HeaderClassName
{
color: #AF3866;
}
.AnyTagClassName
{
color: #AF3866;
}
</style>
background-color css
<style>
a { background-color: #AF3866; }
a { background-color: rgb(175,56,102); }
div.DivClassName
{
background-color: #AF3866;
}
.BgClassName
{
background-color: #AF3866;
}
</style>
border-color css
<style>
span { border-color: #AF3866; }
span { border-color: rgb(175,56,102); }
td.TdClassName
{
border-color: #AF3866;
}
.TagClassName
{
border-color: #AF3866;
}
</style>