Shades of Rouge #AF3766
Tints of Rouge #AF3766
RGB
CMYK
RGB Variations
Color information
#AF3766 (or 0xAF3766) is known color: Rouge. HEX triplet: AF, 37 and 66. RGB value is (175,55,102). Sum of RGB (Red+Green+Blue) = 175+55+102=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3766 is #50C899. Grayscale: #606060. Windows color (decimal): -5294234 or 6698927. OLE color: 6698927.
HSL color Cylindrical-coordinate representation of color #AF3766: hue angle of 336.5º degrees, saturation: 0.52, 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 #AF3766 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 102 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.31 |
| HSL | 336.5º | 0.52% | 0.45% | - |
| HSV(B) | 336.5º | 0.69% | 0.69% | - |
| XYZ | 21.44 | 12.81 | 13.91 | - |
| YUV | 96.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 102 | 0 | 0.69 | 0.42 | 0.31 | 336.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 66 | 0 | 45 | 2A | 1F | 150 | 34 | 2D |
| Octal | 257 | 67 | 146 | 0 | 105 | 52 | 37 | 520 | 64 | 55 |
| Binary | 10101111 | 110111 | 1100110 | 0 | 1000101 | 101010 | 11111 | 101010000 | 110100 | 101101 |
Color Harmonies of #AF3766
Complementary color
Monochromatic Colors of #AF3766
Black with #AF3766
Text Example
Text Example
White with #AF3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3766; }
p { color: rgb(175,55,102); }
H1.HeaderClassName
{
color: #AF3766;
}
.AnyTagClassName
{
color: #AF3766;
}
</style>
background-color css
<style>
a { background-color: #AF3766; }
a { background-color: rgb(175,55,102); }
div.DivClassName
{
background-color: #AF3766;
}
.BgClassName
{
background-color: #AF3766;
}
</style>
border-color css
<style>
span { border-color: #AF3766; }
span { border-color: rgb(175,55,102); }
td.TdClassName
{
border-color: #AF3766;
}
.TagClassName
{
border-color: #AF3766;
}
</style>