Shades of Rouge #AF3768
Tints of Rouge #AF3768
RGB
CMYK
RGB Variations
Color information
#AF3768 (or 0xAF3768) is known color: Rouge. HEX triplet: AF, 37 and 68. RGB value is (175,55,104). Sum of RGB (Red+Green+Blue) = 175+55+104=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3768 is #50C897. Grayscale: #606060. Windows color (decimal): -5294232 or 6829999. OLE color: 6829999.
HSL color Cylindrical-coordinate representation of color #AF3768: hue angle of 335.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 #AF3768 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 104 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.31 |
| HSL | 335.5º | 0.52% | 0.45% | - |
| HSV(B) | 335.5º | 0.69% | 0.69% | - |
| XYZ | 21.54 | 12.85 | 14.44 | - |
| YUV | 96.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 104 | 0 | 0.69 | 0.41 | 0.31 | 335.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 68 | 0 | 45 | 29 | 1F | 150 | 34 | 2D |
| Octal | 257 | 67 | 150 | 0 | 105 | 51 | 37 | 520 | 64 | 55 |
| Binary | 10101111 | 110111 | 1101000 | 0 | 1000101 | 101001 | 11111 | 101010000 | 110100 | 101101 |
Color Harmonies of #AF3768
Complementary color
Monochromatic Colors of #AF3768
Black with #AF3768
Text Example
Text Example
White with #AF3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3768; }
p { color: rgb(175,55,104); }
H1.HeaderClassName
{
color: #AF3768;
}
.AnyTagClassName
{
color: #AF3768;
}
</style>
background-color css
<style>
a { background-color: #AF3768; }
a { background-color: rgb(175,55,104); }
div.DivClassName
{
background-color: #AF3768;
}
.BgClassName
{
background-color: #AF3768;
}
</style>
border-color css
<style>
span { border-color: #AF3768; }
span { border-color: rgb(175,55,104); }
td.TdClassName
{
border-color: #AF3768;
}
.TagClassName
{
border-color: #AF3768;
}
</style>