Shades of Rouge #AF446B
Tints of Rouge #AF446B
RGB
CMYK
RGB Variations
Color information
#AF446B (or 0xAF446B) is known color: Rouge. HEX triplet: AF, 44 and 6B. RGB value is (175,68,107). Sum of RGB (Red+Green+Blue) = 175+68+107=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF446B is #50BB94. Grayscale: #686868. Windows color (decimal): -5290901 or 7029935. OLE color: 7029935.
HSL color Cylindrical-coordinate representation of color #AF446B: hue angle of 338.13º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF446B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 107 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.31 |
| HSL | 338.13º | 0.44% | 0.48% | - |
| HSV(B) | 338.13º | 0.61% | 0.69% | - |
| XYZ | 22.4 | 14.31 | 15.49 | - |
| YUV | 104.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 107 | 0 | 0.61 | 0.39 | 0.31 | 338.13 | 0.44 | 0.48 |
| Hex | AF | 44 | 6B | 0 | 3D | 27 | 1F | 152 | 2C | 30 |
| Octal | 257 | 104 | 153 | 0 | 75 | 47 | 37 | 522 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1101011 | 0 | 111101 | 100111 | 11111 | 101010010 | 101100 | 110000 |
Color Harmonies of #AF446B
Complementary color
Monochromatic Colors of #AF446B
Black with #AF446B
Text Example
Text Example
White with #AF446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF446B; }
p { color: rgb(175,68,107); }
H1.HeaderClassName
{
color: #AF446B;
}
.AnyTagClassName
{
color: #AF446B;
}
</style>
background-color css
<style>
a { background-color: #AF446B; }
a { background-color: rgb(175,68,107); }
div.DivClassName
{
background-color: #AF446B;
}
.BgClassName
{
background-color: #AF446B;
}
</style>
border-color css
<style>
span { border-color: #AF446B; }
span { border-color: rgb(175,68,107); }
td.TdClassName
{
border-color: #AF446B;
}
.TagClassName
{
border-color: #AF446B;
}
</style>