Shades of Rouge #AF426B
Tints of Rouge #AF426B
RGB
CMYK
RGB Variations
Color information
#AF426B (or 0xAF426B) is known color: Rouge. HEX triplet: AF, 42 and 6B. RGB value is (175,66,107). Sum of RGB (Red+Green+Blue) = 175+66+107=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426B is #50BD94. Grayscale: #676767. Windows color (decimal): -5291413 or 7029423. OLE color: 7029423.
HSL color Cylindrical-coordinate representation of color #AF426B: hue angle of 337.43º 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 #AF426B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 107 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.31 |
| HSL | 337.43º | 0.45% | 0.47% | - |
| HSV(B) | 337.43º | 0.62% | 0.69% | - |
| XYZ | 22.28 | 14.07 | 15.45 | - |
| YUV | 103.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 107 | 0 | 0.62 | 0.39 | 0.31 | 337.43 | 0.45 | 0.47 |
| Hex | AF | 42 | 6B | 0 | 3E | 27 | 1F | 151 | 2D | 2F |
| Octal | 257 | 102 | 153 | 0 | 76 | 47 | 37 | 521 | 55 | 57 |
| Binary | 10101111 | 1000010 | 1101011 | 0 | 111110 | 100111 | 11111 | 101010001 | 101101 | 101111 |
Color Harmonies of #AF426B
Complementary color
Monochromatic Colors of #AF426B
Black with #AF426B
Text Example
Text Example
White with #AF426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF426B; }
p { color: rgb(175,66,107); }
H1.HeaderClassName
{
color: #AF426B;
}
.AnyTagClassName
{
color: #AF426B;
}
</style>
background-color css
<style>
a { background-color: #AF426B; }
a { background-color: rgb(175,66,107); }
div.DivClassName
{
background-color: #AF426B;
}
.BgClassName
{
background-color: #AF426B;
}
</style>
border-color css
<style>
span { border-color: #AF426B; }
span { border-color: rgb(175,66,107); }
td.TdClassName
{
border-color: #AF426B;
}
.TagClassName
{
border-color: #AF426B;
}
</style>