Shades of Rouge #AF345E
Tints of Rouge #AF345E
RGB
CMYK
RGB Variations
Color information
#AF345E (or 0xAF345E) is known color: Rouge. HEX triplet: AF, 34 and 5E. RGB value is (175,52,94). Sum of RGB (Red+Green+Blue) = 175+52+94=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF345E is #50CBA1. Grayscale: #5D5D5D. Windows color (decimal): -5295010 or 6173871. OLE color: 6173871.
HSL color Cylindrical-coordinate representation of color #AF345E: hue angle of 339.51º 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 #AF345E is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 94 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.31 |
| HSL | 339.51º | 0.54% | 0.45% | - |
| HSV(B) | 339.51º | 0.7% | 0.69% | - |
| XYZ | 20.93 | 12.38 | 11.88 | - |
| YUV | 93.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 94 | 0 | 0.70 | 0.46 | 0.31 | 339.51 | 0.54 | 0.45 |
| Hex | AF | 34 | 5E | 0 | 46 | 2E | 1F | 154 | 36 | 2D |
| Octal | 257 | 64 | 136 | 0 | 106 | 56 | 37 | 524 | 66 | 55 |
| Binary | 10101111 | 110100 | 1011110 | 0 | 1000110 | 101110 | 11111 | 101010100 | 110110 | 101101 |
Color Harmonies of #AF345E
Complementary color
Monochromatic Colors of #AF345E
Black with #AF345E
Text Example
Text Example
White with #AF345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF345E; }
p { color: rgb(175,52,94); }
H1.HeaderClassName
{
color: #AF345E;
}
.AnyTagClassName
{
color: #AF345E;
}
</style>
background-color css
<style>
a { background-color: #AF345E; }
a { background-color: rgb(175,52,94); }
div.DivClassName
{
background-color: #AF345E;
}
.BgClassName
{
background-color: #AF345E;
}
</style>
border-color css
<style>
span { border-color: #AF345E; }
span { border-color: rgb(175,52,94); }
td.TdClassName
{
border-color: #AF345E;
}
.TagClassName
{
border-color: #AF345E;
}
</style>