Shades of Rouge #AF3669
Tints of Rouge #AF3669
RGB
CMYK
RGB Variations
Color information
#AF3669 (or 0xAF3669) is known color: Rouge. HEX triplet: AF, 36 and 69. RGB value is (175,54,105). Sum of RGB (Red+Green+Blue) = 175+54+105=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3669 is #50C996. Grayscale: #5F5F5F. Windows color (decimal): -5294487 or 6895279. OLE color: 6895279.
HSL color Cylindrical-coordinate representation of color #AF3669: hue angle of 334.71º 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 #AF3669 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 105 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.31 |
| HSL | 334.71º | 0.53% | 0.45% | - |
| HSV(B) | 334.71º | 0.69% | 0.69% | - |
| XYZ | 21.55 | 12.77 | 14.69 | - |
| YUV | 95.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 105 | 0 | 0.69 | 0.40 | 0.31 | 334.71 | 0.53 | 0.45 |
| Hex | AF | 36 | 69 | 0 | 45 | 28 | 1F | 14F | 35 | 2D |
| Octal | 257 | 66 | 151 | 0 | 105 | 50 | 37 | 517 | 65 | 55 |
| Binary | 10101111 | 110110 | 1101001 | 0 | 1000101 | 101000 | 11111 | 101001111 | 110101 | 101101 |
Color Harmonies of #AF3669
Complementary color
Monochromatic Colors of #AF3669
Black with #AF3669
Text Example
Text Example
White with #AF3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3669; }
p { color: rgb(175,54,105); }
H1.HeaderClassName
{
color: #AF3669;
}
.AnyTagClassName
{
color: #AF3669;
}
</style>
background-color css
<style>
a { background-color: #AF3669; }
a { background-color: rgb(175,54,105); }
div.DivClassName
{
background-color: #AF3669;
}
.BgClassName
{
background-color: #AF3669;
}
</style>
border-color css
<style>
span { border-color: #AF3669; }
span { border-color: rgb(175,54,105); }
td.TdClassName
{
border-color: #AF3669;
}
.TagClassName
{
border-color: #AF3669;
}
</style>