Shades of Rouge #AF366D
Tints of Rouge #AF366D
RGB
CMYK
RGB Variations
Color information
#AF366D (or 0xAF366D) is known color: Rouge. HEX triplet: AF, 36 and 6D. RGB value is (175,54,109). Sum of RGB (Red+Green+Blue) = 175+54+109=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF366D is #50C992. Grayscale: #606060. Windows color (decimal): -5294483 or 7157423. OLE color: 7157423.
HSL color Cylindrical-coordinate representation of color #AF366D: hue angle of 332.73º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF366D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 109 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.31 |
| HSL | 332.73º | 0.53% | 0.45% | - |
| HSV(B) | 332.73º | 0.69% | 0.69% | - |
| XYZ | 21.76 | 12.86 | 15.8 | - |
| YUV | 96.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 109 | 0 | 0.69 | 0.38 | 0.31 | 332.73 | 0.53 | 0.45 |
| Hex | AF | 36 | 6D | 0 | 45 | 26 | 1F | 14D | 35 | 2D |
| Octal | 257 | 66 | 155 | 0 | 105 | 46 | 37 | 515 | 65 | 55 |
| Binary | 10101111 | 110110 | 1101101 | 0 | 1000101 | 100110 | 11111 | 101001101 | 110101 | 101101 |
Color Harmonies of #AF366D
Complementary color
Monochromatic Colors of #AF366D
Black with #AF366D
Text Example
Text Example
White with #AF366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF366D; }
p { color: rgb(175,54,109); }
H1.HeaderClassName
{
color: #AF366D;
}
.AnyTagClassName
{
color: #AF366D;
}
</style>
background-color css
<style>
a { background-color: #AF366D; }
a { background-color: rgb(175,54,109); }
div.DivClassName
{
background-color: #AF366D;
}
.BgClassName
{
background-color: #AF366D;
}
</style>
border-color css
<style>
span { border-color: #AF366D; }
span { border-color: rgb(175,54,109); }
td.TdClassName
{
border-color: #AF366D;
}
.TagClassName
{
border-color: #AF366D;
}
</style>