Shades of Rouge #AF345C
Tints of Rouge #AF345C
RGB
CMYK
RGB Variations
Color information
#AF345C (or 0xAF345C) is known color: Rouge. HEX triplet: AF, 34 and 5C. RGB value is (175,52,92). Sum of RGB (Red+Green+Blue) = 175+52+92=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF345C is #50CBA3. Grayscale: #5D5D5D. Windows color (decimal): -5295012 or 6042799. OLE color: 6042799.
HSL color Cylindrical-coordinate representation of color #AF345C: hue angle of 340.49º 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 #AF345C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 92 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.31 |
| HSL | 340.49º | 0.54% | 0.45% | - |
| HSV(B) | 340.49º | 0.7% | 0.69% | - |
| XYZ | 20.84 | 12.34 | 11.41 | - |
| YUV | 93.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 92 | 0 | 0.70 | 0.47 | 0.31 | 340.49 | 0.54 | 0.45 |
| Hex | AF | 34 | 5C | 0 | 46 | 2F | 1F | 154 | 36 | 2D |
| Octal | 257 | 64 | 134 | 0 | 106 | 57 | 37 | 524 | 66 | 55 |
| Binary | 10101111 | 110100 | 1011100 | 0 | 1000110 | 101111 | 11111 | 101010100 | 110110 | 101101 |
Color Harmonies of #AF345C
Complementary color
Monochromatic Colors of #AF345C
Black with #AF345C
Text Example
Text Example
White with #AF345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF345C; }
p { color: rgb(175,52,92); }
H1.HeaderClassName
{
color: #AF345C;
}
.AnyTagClassName
{
color: #AF345C;
}
</style>
background-color css
<style>
a { background-color: #AF345C; }
a { background-color: rgb(175,52,92); }
div.DivClassName
{
background-color: #AF345C;
}
.BgClassName
{
background-color: #AF345C;
}
</style>
border-color css
<style>
span { border-color: #AF345C; }
span { border-color: rgb(175,52,92); }
td.TdClassName
{
border-color: #AF345C;
}
.TagClassName
{
border-color: #AF345C;
}
</style>