Shades of Old Rose #AF2843
Tints of Old Rose #AF2843
RGB
CMYK
RGB Variations
Color information
#AF2843 (or 0xAF2843) is known color: Old Rose. HEX triplet: AF, 28 and 43. RGB value is (175,40,67). Sum of RGB (Red+Green+Blue) = 175+40+67=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2843 is #50D7BC. Grayscale: #535353. Windows color (decimal): -5298109 or 4401327. OLE color: 4401327.
HSL color Cylindrical-coordinate representation of color #AF2843: hue angle of 348º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2843 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 67 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.31 |
| HSL | 348º | 0.63% | 0.42% | - |
| HSV(B) | 348º | 0.77% | 0.69% | - |
| XYZ | 19.45 | 11.04 | 6.42 | - |
| YUV | 83.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 67 | 0 | 0.77 | 0.62 | 0.31 | 348 | 0.63 | 0.42 |
| Hex | AF | 28 | 43 | 0 | 4D | 3E | 1F | 15C | 3F | 2A |
| Octal | 257 | 50 | 103 | 0 | 115 | 76 | 37 | 534 | 77 | 52 |
| Binary | 10101111 | 101000 | 1000011 | 0 | 1001101 | 111110 | 11111 | 101011100 | 111111 | 101010 |
Color Harmonies of #AF2843
Complementary color
Monochromatic Colors of #AF2843
Black with #AF2843
Text Example
Text Example
White with #AF2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2843; }
p { color: rgb(175,40,67); }
H1.HeaderClassName
{
color: #AF2843;
}
.AnyTagClassName
{
color: #AF2843;
}
</style>
background-color css
<style>
a { background-color: #AF2843; }
a { background-color: rgb(175,40,67); }
div.DivClassName
{
background-color: #AF2843;
}
.BgClassName
{
background-color: #AF2843;
}
</style>
border-color css
<style>
span { border-color: #AF2843; }
span { border-color: rgb(175,40,67); }
td.TdClassName
{
border-color: #AF2843;
}
.TagClassName
{
border-color: #AF2843;
}
</style>