Shades of Old Rose #AF2E42
Tints of Old Rose #AF2E42
RGB
CMYK
RGB Variations
Color information
#AF2E42 (or 0xAF2E42) is known color: Old Rose. HEX triplet: AF, 2E and 42. RGB value is (175,46,66). Sum of RGB (Red+Green+Blue) = 175+46+66=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E42 is #50D1BD. Grayscale: #565656. Windows color (decimal): -5296574 or 4337327. OLE color: 4337327.
HSL color Cylindrical-coordinate representation of color #AF2E42: hue angle of 350.7º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2E42 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 66 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.31 |
| HSL | 350.7º | 0.58% | 0.43% | - |
| HSV(B) | 350.7º | 0.74% | 0.69% | - |
| XYZ | 19.64 | 11.46 | 6.33 | - |
| YUV | 86.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 66 | 0 | 0.74 | 0.62 | 0.31 | 350.7 | 0.58 | 0.43 |
| Hex | AF | 2E | 42 | 0 | 4A | 3E | 1F | 15F | 3A | 2B |
| Octal | 257 | 56 | 102 | 0 | 112 | 76 | 37 | 537 | 72 | 53 |
| Binary | 10101111 | 101110 | 1000010 | 0 | 1001010 | 111110 | 11111 | 101011111 | 111010 | 101011 |
Color Harmonies of #AF2E42
Complementary color
Monochromatic Colors of #AF2E42
Black with #AF2E42
Text Example
Text Example
White with #AF2E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E42; }
p { color: rgb(175,46,66); }
H1.HeaderClassName
{
color: #AF2E42;
}
.AnyTagClassName
{
color: #AF2E42;
}
</style>
background-color css
<style>
a { background-color: #AF2E42; }
a { background-color: rgb(175,46,66); }
div.DivClassName
{
background-color: #AF2E42;
}
.BgClassName
{
background-color: #AF2E42;
}
</style>
border-color css
<style>
span { border-color: #AF2E42; }
span { border-color: rgb(175,46,66); }
td.TdClassName
{
border-color: #AF2E42;
}
.TagClassName
{
border-color: #AF2E42;
}
</style>