Shades of Old Rose #AF2C4E
Tints of Old Rose #AF2C4E
RGB
CMYK
RGB Variations
Color information
#AF2C4E (or 0xAF2C4E) is known color: Old Rose. HEX triplet: AF, 2C and 4E. RGB value is (175,44,78). Sum of RGB (Red+Green+Blue) = 175+44+78=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2C4E is #50D3B1. Grayscale: #575757. Windows color (decimal): -5297074 or 5123247. OLE color: 5123247.
HSL color Cylindrical-coordinate representation of color #AF2C4E: hue angle of 344.43º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C4E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 78 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.31 |
| HSL | 344.43º | 0.6% | 0.43% | - |
| HSV(B) | 344.43º | 0.75% | 0.69% | - |
| XYZ | 19.96 | 11.47 | 8.37 | - |
| YUV | 87.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 78 | 0 | 0.75 | 0.55 | 0.31 | 344.43 | 0.6 | 0.43 |
| Hex | AF | 2C | 4E | 0 | 4B | 37 | 1F | 158 | 3C | 2B |
| Octal | 257 | 54 | 116 | 0 | 113 | 67 | 37 | 530 | 74 | 53 |
| Binary | 10101111 | 101100 | 1001110 | 0 | 1001011 | 110111 | 11111 | 101011000 | 111100 | 101011 |
Color Harmonies of #AF2C4E
Complementary color
Monochromatic Colors of #AF2C4E
Black with #AF2C4E
Text Example
Text Example
White with #AF2C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C4E; }
p { color: rgb(175,44,78); }
H1.HeaderClassName
{
color: #AF2C4E;
}
.AnyTagClassName
{
color: #AF2C4E;
}
</style>
background-color css
<style>
a { background-color: #AF2C4E; }
a { background-color: rgb(175,44,78); }
div.DivClassName
{
background-color: #AF2C4E;
}
.BgClassName
{
background-color: #AF2C4E;
}
</style>
border-color css
<style>
span { border-color: #AF2C4E; }
span { border-color: rgb(175,44,78); }
td.TdClassName
{
border-color: #AF2C4E;
}
.TagClassName
{
border-color: #AF2C4E;
}
</style>