Shades of Old Rose #AF234D
Tints of Old Rose #AF234D
RGB
CMYK
RGB Variations
Color information
#AF234D (or 0xAF234D) is known color: Old Rose. HEX triplet: AF, 23 and 4D. RGB value is (175,35,77). Sum of RGB (Red+Green+Blue) = 175+35+77=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF234D is #50DCB2. Grayscale: #515151. Windows color (decimal): -5299379 or 5055407. OLE color: 5055407.
HSL color Cylindrical-coordinate representation of color #AF234D: hue angle of 342º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF234D is Cyan = 0, Magento = 0.8, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 77 | - |
| CMYK | 0 | 0.8 | 0.56 | 0.31 |
| HSL | 342º | 0.67% | 0.41% | - |
| HSV(B) | 342º | 0.8% | 0.69% | - |
| XYZ | 19.62 | 10.85 | 8.08 | - |
| YUV | 81.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 77 | 0 | 0.8 | 0.56 | 0.31 | 342 | 0.67 | 0.41 |
| Hex | AF | 23 | 4D | 0 | 50 | 38 | 1F | 156 | 43 | 29 |
| Octal | 257 | 43 | 115 | 0 | 120 | 70 | 37 | 526 | 103 | 51 |
| Binary | 10101111 | 100011 | 1001101 | 0 | 1010000 | 111000 | 11111 | 101010110 | 1000011 | 101001 |
Color Harmonies of #AF234D
Complementary color
Monochromatic Colors of #AF234D
Black with #AF234D
Text Example
Text Example
White with #AF234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF234D; }
p { color: rgb(175,35,77); }
H1.HeaderClassName
{
color: #AF234D;
}
.AnyTagClassName
{
color: #AF234D;
}
</style>
background-color css
<style>
a { background-color: #AF234D; }
a { background-color: rgb(175,35,77); }
div.DivClassName
{
background-color: #AF234D;
}
.BgClassName
{
background-color: #AF234D;
}
</style>
border-color css
<style>
span { border-color: #AF234D; }
span { border-color: rgb(175,35,77); }
td.TdClassName
{
border-color: #AF234D;
}
.TagClassName
{
border-color: #AF234D;
}
</style>