Shades of Old Rose #AF2745
Tints of Old Rose #AF2745
RGB
CMYK
RGB Variations
Color information
#AF2745 (or 0xAF2745) is known color: Old Rose. HEX triplet: AF, 27 and 45. RGB value is (175,39,69). Sum of RGB (Red+Green+Blue) = 175+39+69=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2745 is #50D8BA. Grayscale: #535353. Windows color (decimal): -5298363 or 4532143. OLE color: 4532143.
HSL color Cylindrical-coordinate representation of color #AF2745: hue angle of 346.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2745 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 69 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.31 |
| HSL | 346.76º | 0.64% | 0.42% | - |
| HSV(B) | 346.76º | 0.78% | 0.69% | - |
| XYZ | 19.48 | 10.99 | 6.73 | - |
| YUV | 83.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 69 | 0 | 0.78 | 0.61 | 0.31 | 346.76 | 0.64 | 0.42 |
| Hex | AF | 27 | 45 | 0 | 4E | 3D | 1F | 15B | 40 | 2A |
| Octal | 257 | 47 | 105 | 0 | 116 | 75 | 37 | 533 | 100 | 52 |
| Binary | 10101111 | 100111 | 1000101 | 0 | 1001110 | 111101 | 11111 | 101011011 | 1000000 | 101010 |
Color Harmonies of #AF2745
Complementary color
Monochromatic Colors of #AF2745
Black with #AF2745
Text Example
Text Example
White with #AF2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2745; }
p { color: rgb(175,39,69); }
H1.HeaderClassName
{
color: #AF2745;
}
.AnyTagClassName
{
color: #AF2745;
}
</style>
background-color css
<style>
a { background-color: #AF2745; }
a { background-color: rgb(175,39,69); }
div.DivClassName
{
background-color: #AF2745;
}
.BgClassName
{
background-color: #AF2745;
}
</style>
border-color css
<style>
span { border-color: #AF2745; }
span { border-color: rgb(175,39,69); }
td.TdClassName
{
border-color: #AF2745;
}
.TagClassName
{
border-color: #AF2745;
}
</style>