Shades of Rouge #AF346A
Tints of Rouge #AF346A
RGB
CMYK
RGB Variations
Color information
#AF346A (or 0xAF346A) is known color: Rouge. HEX triplet: AF, 34 and 6A. RGB value is (175,52,106). Sum of RGB (Red+Green+Blue) = 175+52+106=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF346A is #50CB95. Grayscale: #5E5E5E. Windows color (decimal): -5294998 or 6960303. OLE color: 6960303.
HSL color Cylindrical-coordinate representation of color #AF346A: hue angle of 333.66º 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 #AF346A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 106 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.31 |
| HSL | 333.66º | 0.54% | 0.45% | - |
| HSV(B) | 333.66º | 0.7% | 0.69% | - |
| XYZ | 21.51 | 12.61 | 14.94 | - |
| YUV | 94.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 106 | 0 | 0.70 | 0.39 | 0.31 | 333.66 | 0.54 | 0.45 |
| Hex | AF | 34 | 6A | 0 | 46 | 27 | 1F | 14E | 36 | 2D |
| Octal | 257 | 64 | 152 | 0 | 106 | 47 | 37 | 516 | 66 | 55 |
| Binary | 10101111 | 110100 | 1101010 | 0 | 1000110 | 100111 | 11111 | 101001110 | 110110 | 101101 |
Color Harmonies of #AF346A
Complementary color
Monochromatic Colors of #AF346A
Black with #AF346A
Text Example
Text Example
White with #AF346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF346A; }
p { color: rgb(175,52,106); }
H1.HeaderClassName
{
color: #AF346A;
}
.AnyTagClassName
{
color: #AF346A;
}
</style>
background-color css
<style>
a { background-color: #AF346A; }
a { background-color: rgb(175,52,106); }
div.DivClassName
{
background-color: #AF346A;
}
.BgClassName
{
background-color: #AF346A;
}
</style>
border-color css
<style>
span { border-color: #AF346A; }
span { border-color: rgb(175,52,106); }
td.TdClassName
{
border-color: #AF346A;
}
.TagClassName
{
border-color: #AF346A;
}
</style>