Shades of Rouge #AF265F
Tints of Rouge #AF265F
RGB
CMYK
RGB Variations
Color information
#AF265F (or 0xAF265F) is known color: Rouge. HEX triplet: AF, 26 and 5F. RGB value is (175,38,95). Sum of RGB (Red+Green+Blue) = 175+38+95=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF265F is #50D9A0. Grayscale: #555555. Windows color (decimal): -5298593 or 6235823. OLE color: 6235823.
HSL color Cylindrical-coordinate representation of color #AF265F: hue angle of 335.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF265F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 95 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.31 |
| HSL | 335.04º | 0.64% | 0.42% | - |
| HSV(B) | 335.04º | 0.78% | 0.69% | - |
| XYZ | 20.44 | 11.33 | 11.94 | - |
| YUV | 85.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 95 | 0 | 0.78 | 0.46 | 0.31 | 335.04 | 0.64 | 0.42 |
| Hex | AF | 26 | 5F | 0 | 4E | 2E | 1F | 14F | 40 | 2A |
| Octal | 257 | 46 | 137 | 0 | 116 | 56 | 37 | 517 | 100 | 52 |
| Binary | 10101111 | 100110 | 1011111 | 0 | 1001110 | 101110 | 11111 | 101001111 | 1000000 | 101010 |
Color Harmonies of #AF265F
Complementary color
Monochromatic Colors of #AF265F
Black with #AF265F
Text Example
Text Example
White with #AF265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF265F; }
p { color: rgb(175,38,95); }
H1.HeaderClassName
{
color: #AF265F;
}
.AnyTagClassName
{
color: #AF265F;
}
</style>
background-color css
<style>
a { background-color: #AF265F; }
a { background-color: rgb(175,38,95); }
div.DivClassName
{
background-color: #AF265F;
}
.BgClassName
{
background-color: #AF265F;
}
</style>
border-color css
<style>
span { border-color: #AF265F; }
span { border-color: rgb(175,38,95); }
td.TdClassName
{
border-color: #AF265F;
}
.TagClassName
{
border-color: #AF265F;
}
</style>