Shades of Rouge #AF345F
Tints of Rouge #AF345F
RGB
CMYK
RGB Variations
Color information
#AF345F (or 0xAF345F) is known color: Rouge. HEX triplet: AF, 34 and 5F. RGB value is (175,52,95). Sum of RGB (Red+Green+Blue) = 175+52+95=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF345F is #50CBA0. Grayscale: #5D5D5D. Windows color (decimal): -5295009 or 6239407. OLE color: 6239407.
HSL color Cylindrical-coordinate representation of color #AF345F: hue angle of 339.02º 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 #AF345F is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 95 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.31 |
| HSL | 339.02º | 0.54% | 0.45% | - |
| HSV(B) | 339.02º | 0.7% | 0.69% | - |
| XYZ | 20.97 | 12.4 | 12.11 | - |
| YUV | 93.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 95 | 0 | 0.70 | 0.46 | 0.31 | 339.02 | 0.54 | 0.45 |
| Hex | AF | 34 | 5F | 0 | 46 | 2E | 1F | 153 | 36 | 2D |
| Octal | 257 | 64 | 137 | 0 | 106 | 56 | 37 | 523 | 66 | 55 |
| Binary | 10101111 | 110100 | 1011111 | 0 | 1000110 | 101110 | 11111 | 101010011 | 110110 | 101101 |
Color Harmonies of #AF345F
Complementary color
Monochromatic Colors of #AF345F
Black with #AF345F
Text Example
Text Example
White with #AF345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF345F; }
p { color: rgb(175,52,95); }
H1.HeaderClassName
{
color: #AF345F;
}
.AnyTagClassName
{
color: #AF345F;
}
</style>
background-color css
<style>
a { background-color: #AF345F; }
a { background-color: rgb(175,52,95); }
div.DivClassName
{
background-color: #AF345F;
}
.BgClassName
{
background-color: #AF345F;
}
</style>
border-color css
<style>
span { border-color: #AF345F; }
span { border-color: rgb(175,52,95); }
td.TdClassName
{
border-color: #AF345F;
}
.TagClassName
{
border-color: #AF345F;
}
</style>