Shades of Rouge #AF386C
Tints of Rouge #AF386C
RGB
CMYK
RGB Variations
Color information
#AF386C (or 0xAF386C) is known color: Rouge. HEX triplet: AF, 38 and 6C. RGB value is (175,56,108). Sum of RGB (Red+Green+Blue) = 175+56+108=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF386C is #50C793. Grayscale: #616161. Windows color (decimal): -5293972 or 7092399. OLE color: 7092399.
HSL color Cylindrical-coordinate representation of color #AF386C: hue angle of 333.78º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF386C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 108 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.31 |
| HSL | 333.78º | 0.52% | 0.45% | - |
| HSV(B) | 333.78º | 0.68% | 0.69% | - |
| XYZ | 21.8 | 13.03 | 15.55 | - |
| YUV | 97.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 108 | 0 | 0.68 | 0.38 | 0.31 | 333.78 | 0.52 | 0.45 |
| Hex | AF | 38 | 6C | 0 | 44 | 26 | 1F | 14E | 34 | 2D |
| Octal | 257 | 70 | 154 | 0 | 104 | 46 | 37 | 516 | 64 | 55 |
| Binary | 10101111 | 111000 | 1101100 | 0 | 1000100 | 100110 | 11111 | 101001110 | 110100 | 101101 |
Color Harmonies of #AF386C
Complementary color
Monochromatic Colors of #AF386C
Black with #AF386C
Text Example
Text Example
White with #AF386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF386C; }
p { color: rgb(175,56,108); }
H1.HeaderClassName
{
color: #AF386C;
}
.AnyTagClassName
{
color: #AF386C;
}
</style>
background-color css
<style>
a { background-color: #AF386C; }
a { background-color: rgb(175,56,108); }
div.DivClassName
{
background-color: #AF386C;
}
.BgClassName
{
background-color: #AF386C;
}
</style>
border-color css
<style>
span { border-color: #AF386C; }
span { border-color: rgb(175,56,108); }
td.TdClassName
{
border-color: #AF386C;
}
.TagClassName
{
border-color: #AF386C;
}
</style>