Shades of Rouge #AF356A
Tints of Rouge #AF356A
RGB
CMYK
RGB Variations
Color information
#AF356A (or 0xAF356A) is known color: Rouge. HEX triplet: AF, 35 and 6A. RGB value is (175,53,106). Sum of RGB (Red+Green+Blue) = 175+53+106=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF356A is #50CA95. Grayscale: #5F5F5F. Windows color (decimal): -5294742 or 6960559. OLE color: 6960559.
HSL color Cylindrical-coordinate representation of color #AF356A: hue angle of 333.93º 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 #AF356A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 106 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.31 |
| HSL | 333.93º | 0.54% | 0.45% | - |
| HSV(B) | 333.93º | 0.7% | 0.69% | - |
| XYZ | 21.55 | 12.7 | 14.95 | - |
| YUV | 95.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 106 | 0 | 0.70 | 0.39 | 0.31 | 333.93 | 0.54 | 0.45 |
| Hex | AF | 35 | 6A | 0 | 46 | 27 | 1F | 14E | 36 | 2D |
| Octal | 257 | 65 | 152 | 0 | 106 | 47 | 37 | 516 | 66 | 55 |
| Binary | 10101111 | 110101 | 1101010 | 0 | 1000110 | 100111 | 11111 | 101001110 | 110110 | 101101 |
Color Harmonies of #AF356A
Complementary color
Monochromatic Colors of #AF356A
Black with #AF356A
Text Example
Text Example
White with #AF356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF356A; }
p { color: rgb(175,53,106); }
H1.HeaderClassName
{
color: #AF356A;
}
.AnyTagClassName
{
color: #AF356A;
}
</style>
background-color css
<style>
a { background-color: #AF356A; }
a { background-color: rgb(175,53,106); }
div.DivClassName
{
background-color: #AF356A;
}
.BgClassName
{
background-color: #AF356A;
}
</style>
border-color css
<style>
span { border-color: #AF356A; }
span { border-color: rgb(175,53,106); }
td.TdClassName
{
border-color: #AF356A;
}
.TagClassName
{
border-color: #AF356A;
}
</style>