Shades of Rouge #AF3764
Tints of Rouge #AF3764
RGB
CMYK
RGB Variations
Color information
#AF3764 (or 0xAF3764) is known color: Rouge. HEX triplet: AF, 37 and 64. RGB value is (175,55,100). Sum of RGB (Red+Green+Blue) = 175+55+100=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3764 is #50C89B. Grayscale: #5F5F5F. Windows color (decimal): -5294236 or 6567855. OLE color: 6567855.
HSL color Cylindrical-coordinate representation of color #AF3764: hue angle of 337.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 #AF3764 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 100 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.31 |
| HSL | 337.5º | 0.52% | 0.45% | - |
| HSV(B) | 337.5º | 0.69% | 0.69% | - |
| XYZ | 21.35 | 12.77 | 13.4 | - |
| YUV | 96.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 100 | 0 | 0.69 | 0.43 | 0.31 | 337.5 | 0.52 | 0.45 |
| Hex | AF | 37 | 64 | 0 | 45 | 2B | 1F | 152 | 34 | 2D |
| Octal | 257 | 67 | 144 | 0 | 105 | 53 | 37 | 522 | 64 | 55 |
| Binary | 10101111 | 110111 | 1100100 | 0 | 1000101 | 101011 | 11111 | 101010010 | 110100 | 101101 |
Color Harmonies of #AF3764
Complementary color
Monochromatic Colors of #AF3764
Black with #AF3764
Text Example
Text Example
White with #AF3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3764; }
p { color: rgb(175,55,100); }
H1.HeaderClassName
{
color: #AF3764;
}
.AnyTagClassName
{
color: #AF3764;
}
</style>
background-color css
<style>
a { background-color: #AF3764; }
a { background-color: rgb(175,55,100); }
div.DivClassName
{
background-color: #AF3764;
}
.BgClassName
{
background-color: #AF3764;
}
</style>
border-color css
<style>
span { border-color: #AF3764; }
span { border-color: rgb(175,55,100); }
td.TdClassName
{
border-color: #AF3764;
}
.TagClassName
{
border-color: #AF3764;
}
</style>