Shades of Old Rose #AF344A
Tints of Old Rose #AF344A
RGB
CMYK
RGB Variations
Color information
#AF344A (or 0xAF344A) is known color: Old Rose. HEX triplet: AF, 34 and 4A. RGB value is (175,52,74). Sum of RGB (Red+Green+Blue) = 175+52+74=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF344A is #50CBB5. Grayscale: #5B5B5B. Windows color (decimal): -5295030 or 4863151. OLE color: 4863151.
HSL color Cylindrical-coordinate representation of color #AF344A: hue angle of 349.27º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF344A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 74 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.31 |
| HSL | 349.27º | 0.54% | 0.45% | - |
| HSV(B) | 349.27º | 0.7% | 0.69% | - |
| XYZ | 20.14 | 12.06 | 7.75 | - |
| YUV | 91.29 | 118.25 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 74 | 0 | 0.70 | 0.58 | 0.31 | 349.27 | 0.54 | 0.45 |
| Hex | AF | 34 | 4A | 0 | 46 | 3A | 1F | 15D | 36 | 2D |
| Octal | 257 | 64 | 112 | 0 | 106 | 72 | 37 | 535 | 66 | 55 |
| Binary | 10101111 | 110100 | 1001010 | 0 | 1000110 | 111010 | 11111 | 101011101 | 110110 | 101101 |
Color Harmonies of #AF344A
Complementary color
Monochromatic Colors of #AF344A
Black with #AF344A
Text Example
Text Example
White with #AF344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF344A; }
p { color: rgb(175,52,74); }
H1.HeaderClassName
{
color: #AF344A;
}
.AnyTagClassName
{
color: #AF344A;
}
</style>
background-color css
<style>
a { background-color: #AF344A; }
a { background-color: rgb(175,52,74); }
div.DivClassName
{
background-color: #AF344A;
}
.BgClassName
{
background-color: #AF344A;
}
</style>
border-color css
<style>
span { border-color: #AF344A; }
span { border-color: rgb(175,52,74); }
td.TdClassName
{
border-color: #AF344A;
}
.TagClassName
{
border-color: #AF344A;
}
</style>