Shades of Old Rose #AF194C
Tints of Old Rose #AF194C
RGB
CMYK
RGB Variations
Color information
#AF194C (or 0xAF194C) is known color: Old Rose. HEX triplet: AF, 19 and 4C. RGB value is (175,25,76). Sum of RGB (Red+Green+Blue) = 175+25+76=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF194C is #50E6B3. Grayscale: #4B4B4B. Windows color (decimal): -5301940 or 4987311. OLE color: 4987311.
HSL color Cylindrical-coordinate representation of color #AF194C: hue angle of 339.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF194C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 76 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.31 |
| HSL | 339.6º | 0.75% | 0.39% | - |
| HSV(B) | 339.6º | 0.86% | 0.69% | - |
| XYZ | 19.33 | 10.33 | 7.81 | - |
| YUV | 75.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 76 | 0 | 0.86 | 0.57 | 0.31 | 339.6 | 0.75 | 0.39 |
| Hex | AF | 19 | 4C | 0 | 56 | 39 | 1F | 154 | 4B | 27 |
| Octal | 257 | 31 | 114 | 0 | 126 | 71 | 37 | 524 | 113 | 47 |
| Binary | 10101111 | 11001 | 1001100 | 0 | 1010110 | 111001 | 11111 | 101010100 | 1001011 | 100111 |
Color Harmonies of #AF194C
Complementary color
Monochromatic Colors of #AF194C
Black with #AF194C
Text Example
Text Example
White with #AF194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF194C; }
p { color: rgb(175,25,76); }
H1.HeaderClassName
{
color: #AF194C;
}
.AnyTagClassName
{
color: #AF194C;
}
</style>
background-color css
<style>
a { background-color: #AF194C; }
a { background-color: rgb(175,25,76); }
div.DivClassName
{
background-color: #AF194C;
}
.BgClassName
{
background-color: #AF194C;
}
</style>
border-color css
<style>
span { border-color: #AF194C; }
span { border-color: rgb(175,25,76); }
td.TdClassName
{
border-color: #AF194C;
}
.TagClassName
{
border-color: #AF194C;
}
</style>