Shades of Rouge #AF426C
Tints of Rouge #AF426C
RGB
CMYK
RGB Variations
Color information
#AF426C (or 0xAF426C) is known color: Rouge. HEX triplet: AF, 42 and 6C. RGB value is (175,66,108). Sum of RGB (Red+Green+Blue) = 175+66+108=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426C is #50BD93. Grayscale: #676767. Windows color (decimal): -5291412 or 7094959. OLE color: 7094959.
HSL color Cylindrical-coordinate representation of color #AF426C: hue angle of 336.88º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF426C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 108 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.31 |
| HSL | 336.88º | 0.45% | 0.47% | - |
| HSV(B) | 336.88º | 0.62% | 0.69% | - |
| XYZ | 22.33 | 14.09 | 15.73 | - |
| YUV | 103.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 108 | 0 | 0.62 | 0.38 | 0.31 | 336.88 | 0.45 | 0.47 |
| Hex | AF | 42 | 6C | 0 | 3E | 26 | 1F | 151 | 2D | 2F |
| Octal | 257 | 102 | 154 | 0 | 76 | 46 | 37 | 521 | 55 | 57 |
| Binary | 10101111 | 1000010 | 1101100 | 0 | 111110 | 100110 | 11111 | 101010001 | 101101 | 101111 |
Color Harmonies of #AF426C
Complementary color
Monochromatic Colors of #AF426C
Black with #AF426C
Text Example
Text Example
White with #AF426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF426C; }
p { color: rgb(175,66,108); }
H1.HeaderClassName
{
color: #AF426C;
}
.AnyTagClassName
{
color: #AF426C;
}
</style>
background-color css
<style>
a { background-color: #AF426C; }
a { background-color: rgb(175,66,108); }
div.DivClassName
{
background-color: #AF426C;
}
.BgClassName
{
background-color: #AF426C;
}
</style>
border-color css
<style>
span { border-color: #AF426C; }
span { border-color: rgb(175,66,108); }
td.TdClassName
{
border-color: #AF426C;
}
.TagClassName
{
border-color: #AF426C;
}
</style>