Shades of Old Rose #AF234A
Tints of Old Rose #AF234A
RGB
CMYK
RGB Variations
Color information
#AF234A (or 0xAF234A) is known color: Old Rose. HEX triplet: AF, 23 and 4A. RGB value is (175,35,74). Sum of RGB (Red+Green+Blue) = 175+35+74=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF234A is #50DCB5. Grayscale: #515151. Windows color (decimal): -5299382 or 4858799. OLE color: 4858799.
HSL color Cylindrical-coordinate representation of color #AF234A: hue angle of 343.29º 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 #AF234A is Cyan = 0, Magento = 0.8, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 74 | - |
| CMYK | 0 | 0.8 | 0.58 | 0.31 |
| HSL | 343.29º | 0.67% | 0.41% | - |
| HSV(B) | 343.29º | 0.8% | 0.69% | - |
| XYZ | 19.52 | 10.81 | 7.54 | - |
| YUV | 81.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 74 | 0 | 0.8 | 0.58 | 0.31 | 343.29 | 0.67 | 0.41 |
| Hex | AF | 23 | 4A | 0 | 50 | 3A | 1F | 157 | 43 | 29 |
| Octal | 257 | 43 | 112 | 0 | 120 | 72 | 37 | 527 | 103 | 51 |
| Binary | 10101111 | 100011 | 1001010 | 0 | 1010000 | 111010 | 11111 | 101010111 | 1000011 | 101001 |
Color Harmonies of #AF234A
Complementary color
Monochromatic Colors of #AF234A
Black with #AF234A
Text Example
Text Example
White with #AF234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF234A; }
p { color: rgb(175,35,74); }
H1.HeaderClassName
{
color: #AF234A;
}
.AnyTagClassName
{
color: #AF234A;
}
</style>
background-color css
<style>
a { background-color: #AF234A; }
a { background-color: rgb(175,35,74); }
div.DivClassName
{
background-color: #AF234A;
}
.BgClassName
{
background-color: #AF234A;
}
</style>
border-color css
<style>
span { border-color: #AF234A; }
span { border-color: rgb(175,35,74); }
td.TdClassName
{
border-color: #AF234A;
}
.TagClassName
{
border-color: #AF234A;
}
</style>