Shades of Old Rose #AF254C
Tints of Old Rose #AF254C
RGB
CMYK
RGB Variations
Color information
#AF254C (or 0xAF254C) is known color: Old Rose. HEX triplet: AF, 25 and 4C. RGB value is (175,37,76). Sum of RGB (Red+Green+Blue) = 175+37+76=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF254C is #50DAB3. Grayscale: #525252. Windows color (decimal): -5298868 or 4990383. OLE color: 4990383.
HSL color Cylindrical-coordinate representation of color #AF254C: hue angle of 343.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF254C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 76 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.31 |
| HSL | 343.04º | 0.65% | 0.42% | - |
| HSV(B) | 343.04º | 0.79% | 0.69% | - |
| XYZ | 19.65 | 10.96 | 7.92 | - |
| YUV | 82.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 76 | 0 | 0.79 | 0.57 | 0.31 | 343.04 | 0.65 | 0.42 |
| Hex | AF | 25 | 4C | 0 | 4F | 39 | 1F | 157 | 41 | 2A |
| Octal | 257 | 45 | 114 | 0 | 117 | 71 | 37 | 527 | 101 | 52 |
| Binary | 10101111 | 100101 | 1001100 | 0 | 1001111 | 111001 | 11111 | 101010111 | 1000001 | 101010 |
Color Harmonies of #AF254C
Complementary color
Monochromatic Colors of #AF254C
Black with #AF254C
Text Example
Text Example
White with #AF254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF254C; }
p { color: rgb(175,37,76); }
H1.HeaderClassName
{
color: #AF254C;
}
.AnyTagClassName
{
color: #AF254C;
}
</style>
background-color css
<style>
a { background-color: #AF254C; }
a { background-color: rgb(175,37,76); }
div.DivClassName
{
background-color: #AF254C;
}
.BgClassName
{
background-color: #AF254C;
}
</style>
border-color css
<style>
span { border-color: #AF254C; }
span { border-color: rgb(175,37,76); }
td.TdClassName
{
border-color: #AF254C;
}
.TagClassName
{
border-color: #AF254C;
}
</style>