Shades of Rouge #AF355A
Tints of Rouge #AF355A
RGB
CMYK
RGB Variations
Color information
#AF355A (or 0xAF355A) is known color: Rouge. HEX triplet: AF, 35 and 5A. RGB value is (175,53,90). Sum of RGB (Red+Green+Blue) = 175+53+90=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF355A is #50CAA5. Grayscale: #5D5D5D. Windows color (decimal): -5294758 or 5911983. OLE color: 5911983.
HSL color Cylindrical-coordinate representation of color #AF355A: hue angle of 341.8º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF355A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 90 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.31 |
| HSL | 341.8º | 0.54% | 0.45% | - |
| HSV(B) | 341.8º | 0.7% | 0.69% | - |
| XYZ | 20.8 | 12.4 | 10.97 | - |
| YUV | 93.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 90 | 0 | 0.70 | 0.49 | 0.31 | 341.8 | 0.54 | 0.45 |
| Hex | AF | 35 | 5A | 0 | 46 | 31 | 1F | 156 | 36 | 2D |
| Octal | 257 | 65 | 132 | 0 | 106 | 61 | 37 | 526 | 66 | 55 |
| Binary | 10101111 | 110101 | 1011010 | 0 | 1000110 | 110001 | 11111 | 101010110 | 110110 | 101101 |
Color Harmonies of #AF355A
Complementary color
Monochromatic Colors of #AF355A
Black with #AF355A
Text Example
Text Example
White with #AF355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF355A; }
p { color: rgb(175,53,90); }
H1.HeaderClassName
{
color: #AF355A;
}
.AnyTagClassName
{
color: #AF355A;
}
</style>
background-color css
<style>
a { background-color: #AF355A; }
a { background-color: rgb(175,53,90); }
div.DivClassName
{
background-color: #AF355A;
}
.BgClassName
{
background-color: #AF355A;
}
</style>
border-color css
<style>
span { border-color: #AF355A; }
span { border-color: rgb(175,53,90); }
td.TdClassName
{
border-color: #AF355A;
}
.TagClassName
{
border-color: #AF355A;
}
</style>