Shades of Old Rose #AF284F
Tints of Old Rose #AF284F
RGB
CMYK
RGB Variations
Color information
#AF284F (or 0xAF284F) is known color: Old Rose. HEX triplet: AF, 28 and 4F. RGB value is (175,40,79). Sum of RGB (Red+Green+Blue) = 175+40+79=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF284F is #50D7B0. Grayscale: #545454. Windows color (decimal): -5298097 or 5187759. OLE color: 5187759.
HSL color Cylindrical-coordinate representation of color #AF284F: hue angle of 342.67º 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 #AF284F is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 79 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.31 |
| HSL | 342.67º | 0.63% | 0.42% | - |
| HSV(B) | 342.67º | 0.77% | 0.69% | - |
| XYZ | 19.85 | 11.2 | 8.51 | - |
| YUV | 84.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 79 | 0 | 0.77 | 0.55 | 0.31 | 342.67 | 0.63 | 0.42 |
| Hex | AF | 28 | 4F | 0 | 4D | 37 | 1F | 157 | 3F | 2A |
| Octal | 257 | 50 | 117 | 0 | 115 | 67 | 37 | 527 | 77 | 52 |
| Binary | 10101111 | 101000 | 1001111 | 0 | 1001101 | 110111 | 11111 | 101010111 | 111111 | 101010 |
Color Harmonies of #AF284F
Complementary color
Monochromatic Colors of #AF284F
Black with #AF284F
Text Example
Text Example
White with #AF284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF284F; }
p { color: rgb(175,40,79); }
H1.HeaderClassName
{
color: #AF284F;
}
.AnyTagClassName
{
color: #AF284F;
}
</style>
background-color css
<style>
a { background-color: #AF284F; }
a { background-color: rgb(175,40,79); }
div.DivClassName
{
background-color: #AF284F;
}
.BgClassName
{
background-color: #AF284F;
}
</style>
border-color css
<style>
span { border-color: #AF284F; }
span { border-color: rgb(175,40,79); }
td.TdClassName
{
border-color: #AF284F;
}
.TagClassName
{
border-color: #AF284F;
}
</style>