Shades of Rouge #AF285C
Tints of Rouge #AF285C
RGB
CMYK
RGB Variations
Color information
#AF285C (or 0xAF285C) is known color: Rouge. HEX triplet: AF, 28 and 5C. RGB value is (175,40,92). Sum of RGB (Red+Green+Blue) = 175+40+92=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF285C is #50D7A3. Grayscale: #565656. Windows color (decimal): -5298084 or 6039727. OLE color: 6039727.
HSL color Cylindrical-coordinate representation of color #AF285C: hue angle of 336.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF285C is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 92 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.31 |
| HSL | 336.89º | 0.63% | 0.42% | - |
| HSV(B) | 336.89º | 0.77% | 0.69% | - |
| XYZ | 20.37 | 11.4 | 11.25 | - |
| YUV | 86.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 92 | 0 | 0.77 | 0.47 | 0.31 | 336.89 | 0.63 | 0.42 |
| Hex | AF | 28 | 5C | 0 | 4D | 2F | 1F | 151 | 3F | 2A |
| Octal | 257 | 50 | 134 | 0 | 115 | 57 | 37 | 521 | 77 | 52 |
| Binary | 10101111 | 101000 | 1011100 | 0 | 1001101 | 101111 | 11111 | 101010001 | 111111 | 101010 |
Color Harmonies of #AF285C
Complementary color
Monochromatic Colors of #AF285C
Black with #AF285C
Text Example
Text Example
White with #AF285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF285C; }
p { color: rgb(175,40,92); }
H1.HeaderClassName
{
color: #AF285C;
}
.AnyTagClassName
{
color: #AF285C;
}
</style>
background-color css
<style>
a { background-color: #AF285C; }
a { background-color: rgb(175,40,92); }
div.DivClassName
{
background-color: #AF285C;
}
.BgClassName
{
background-color: #AF285C;
}
</style>
border-color css
<style>
span { border-color: #AF285C; }
span { border-color: rgb(175,40,92); }
td.TdClassName
{
border-color: #AF285C;
}
.TagClassName
{
border-color: #AF285C;
}
</style>