Shades of Rouge #AF345A
Tints of Rouge #AF345A
RGB
CMYK
RGB Variations
Color information
#AF345A (or 0xAF345A) is known color: Rouge. HEX triplet: AF, 34 and 5A. RGB value is (175,52,90). Sum of RGB (Red+Green+Blue) = 175+52+90=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF345A is #50CBA5. Grayscale: #5D5D5D. Windows color (decimal): -5295014 or 5911727. OLE color: 5911727.
HSL color Cylindrical-coordinate representation of color #AF345A: hue angle of 341.46º 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 #AF345A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 90 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.31 |
| HSL | 341.46º | 0.54% | 0.45% | - |
| HSV(B) | 341.46º | 0.7% | 0.69% | - |
| XYZ | 20.75 | 12.31 | 10.95 | - |
| YUV | 93.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 90 | 0 | 0.70 | 0.49 | 0.31 | 341.46 | 0.54 | 0.45 |
| Hex | AF | 34 | 5A | 0 | 46 | 31 | 1F | 155 | 36 | 2D |
| Octal | 257 | 64 | 132 | 0 | 106 | 61 | 37 | 525 | 66 | 55 |
| Binary | 10101111 | 110100 | 1011010 | 0 | 1000110 | 110001 | 11111 | 101010101 | 110110 | 101101 |
Color Harmonies of #AF345A
Complementary color
Monochromatic Colors of #AF345A
Black with #AF345A
Text Example
Text Example
White with #AF345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF345A; }
p { color: rgb(175,52,90); }
H1.HeaderClassName
{
color: #AF345A;
}
.AnyTagClassName
{
color: #AF345A;
}
</style>
background-color css
<style>
a { background-color: #AF345A; }
a { background-color: rgb(175,52,90); }
div.DivClassName
{
background-color: #AF345A;
}
.BgClassName
{
background-color: #AF345A;
}
</style>
border-color css
<style>
span { border-color: #AF345A; }
span { border-color: rgb(175,52,90); }
td.TdClassName
{
border-color: #AF345A;
}
.TagClassName
{
border-color: #AF345A;
}
</style>