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