Shades of Old Rose #AF244D
Tints of Old Rose #AF244D
RGB
CMYK
RGB Variations
Color information
#AF244D (or 0xAF244D) is known color: Old Rose. HEX triplet: AF, 24 and 4D. RGB value is (175,36,77). Sum of RGB (Red+Green+Blue) = 175+36+77=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF244D is #50DBB2. Grayscale: #525252. Windows color (decimal): -5299123 or 5055663. OLE color: 5055663.
HSL color Cylindrical-coordinate representation of color #AF244D: hue angle of 342.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF244D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 77 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.31 |
| HSL | 342.3º | 0.66% | 0.41% | - |
| HSV(B) | 342.3º | 0.79% | 0.69% | - |
| XYZ | 19.65 | 10.91 | 8.09 | - |
| YUV | 82.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 77 | 0 | 0.79 | 0.56 | 0.31 | 342.3 | 0.66 | 0.41 |
| Hex | AF | 24 | 4D | 0 | 4F | 38 | 1F | 156 | 42 | 29 |
| Octal | 257 | 44 | 115 | 0 | 117 | 70 | 37 | 526 | 102 | 51 |
| Binary | 10101111 | 100100 | 1001101 | 0 | 1001111 | 111000 | 11111 | 101010110 | 1000010 | 101001 |
Color Harmonies of #AF244D
Complementary color
Monochromatic Colors of #AF244D
Black with #AF244D
Text Example
Text Example
White with #AF244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF244D; }
p { color: rgb(175,36,77); }
H1.HeaderClassName
{
color: #AF244D;
}
.AnyTagClassName
{
color: #AF244D;
}
</style>
background-color css
<style>
a { background-color: #AF244D; }
a { background-color: rgb(175,36,77); }
div.DivClassName
{
background-color: #AF244D;
}
.BgClassName
{
background-color: #AF244D;
}
</style>
border-color css
<style>
span { border-color: #AF244D; }
span { border-color: rgb(175,36,77); }
td.TdClassName
{
border-color: #AF244D;
}
.TagClassName
{
border-color: #AF244D;
}
</style>