Shades of Old Rose #AF324D
Tints of Old Rose #AF324D
RGB
CMYK
RGB Variations
Color information
#AF324D (or 0xAF324D) is known color: Old Rose. HEX triplet: AF, 32 and 4D. RGB value is (175,50,77). Sum of RGB (Red+Green+Blue) = 175+50+77=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF324D is #50CDB2. Grayscale: #5A5A5A. Windows color (decimal): -5295539 or 5059247. OLE color: 5059247.
HSL color Cylindrical-coordinate representation of color #AF324D: hue angle of 347.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF324D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 77 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.31 |
| HSL | 347.04º | 0.56% | 0.44% | - |
| HSV(B) | 347.04º | 0.71% | 0.69% | - |
| XYZ | 20.16 | 11.93 | 8.26 | - |
| YUV | 90.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 77 | 0 | 0.71 | 0.56 | 0.31 | 347.04 | 0.56 | 0.44 |
| Hex | AF | 32 | 4D | 0 | 47 | 38 | 1F | 15B | 38 | 2C |
| Octal | 257 | 62 | 115 | 0 | 107 | 70 | 37 | 533 | 70 | 54 |
| Binary | 10101111 | 110010 | 1001101 | 0 | 1000111 | 111000 | 11111 | 101011011 | 111000 | 101100 |
Color Harmonies of #AF324D
Complementary color
Monochromatic Colors of #AF324D
Black with #AF324D
Text Example
Text Example
White with #AF324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF324D; }
p { color: rgb(175,50,77); }
H1.HeaderClassName
{
color: #AF324D;
}
.AnyTagClassName
{
color: #AF324D;
}
</style>
background-color css
<style>
a { background-color: #AF324D; }
a { background-color: rgb(175,50,77); }
div.DivClassName
{
background-color: #AF324D;
}
.BgClassName
{
background-color: #AF324D;
}
</style>
border-color css
<style>
span { border-color: #AF324D; }
span { border-color: rgb(175,50,77); }
td.TdClassName
{
border-color: #AF324D;
}
.TagClassName
{
border-color: #AF324D;
}
</style>