Shades of Old Rose #AF293E
Tints of Old Rose #AF293E
RGB
CMYK
RGB Variations
Color information
#AF293E (or 0xAF293E) is known color: Old Rose. HEX triplet: AF, 29 and 3E. RGB value is (175,41,62). Sum of RGB (Red+Green+Blue) = 175+41+62=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF293E is #50D6C1. Grayscale: #535353. Windows color (decimal): -5297858 or 4073903. OLE color: 4073903.
HSL color Cylindrical-coordinate representation of color #AF293E: hue angle of 350.6º degrees, saturation: 0.62, 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 #AF293E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 62 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.31 |
| HSL | 350.6º | 0.62% | 0.42% | - |
| HSV(B) | 350.6º | 0.77% | 0.69% | - |
| XYZ | 19.34 | 11.05 | 5.67 | - |
| YUV | 83.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 62 | 0 | 0.77 | 0.65 | 0.31 | 350.6 | 0.62 | 0.42 |
| Hex | AF | 29 | 3E | 0 | 4D | 41 | 1F | 15F | 3E | 2A |
| Octal | 257 | 51 | 76 | 0 | 115 | 101 | 37 | 537 | 76 | 52 |
| Binary | 10101111 | 101001 | 111110 | 0 | 1001101 | 1000001 | 11111 | 101011111 | 111110 | 101010 |
Color Harmonies of #AF293E
Complementary color
Monochromatic Colors of #AF293E
Black with #AF293E
Text Example
Text Example
White with #AF293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF293E; }
p { color: rgb(175,41,62); }
H1.HeaderClassName
{
color: #AF293E;
}
.AnyTagClassName
{
color: #AF293E;
}
</style>
background-color css
<style>
a { background-color: #AF293E; }
a { background-color: rgb(175,41,62); }
div.DivClassName
{
background-color: #AF293E;
}
.BgClassName
{
background-color: #AF293E;
}
</style>
border-color css
<style>
span { border-color: #AF293E; }
span { border-color: rgb(175,41,62); }
td.TdClassName
{
border-color: #AF293E;
}
.TagClassName
{
border-color: #AF293E;
}
</style>