Shades of Old Rose #AF324C
Tints of Old Rose #AF324C
RGB
CMYK
RGB Variations
Color information
#AF324C (or 0xAF324C) is known color: Old Rose. HEX triplet: AF, 32 and 4C. RGB value is (175,50,76). Sum of RGB (Red+Green+Blue) = 175+50+76=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF324C is #50CDB3. Grayscale: #5A5A5A. Windows color (decimal): -5295540 or 4993711. OLE color: 4993711.
HSL color Cylindrical-coordinate representation of color #AF324C: hue angle of 347.52º 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 #AF324C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 76 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.31 |
| HSL | 347.52º | 0.56% | 0.44% | - |
| HSV(B) | 347.52º | 0.71% | 0.69% | - |
| XYZ | 20.12 | 11.92 | 8.08 | - |
| YUV | 90.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 76 | 0 | 0.71 | 0.57 | 0.31 | 347.52 | 0.56 | 0.44 |
| Hex | AF | 32 | 4C | 0 | 47 | 39 | 1F | 15C | 38 | 2C |
| Octal | 257 | 62 | 114 | 0 | 107 | 71 | 37 | 534 | 70 | 54 |
| Binary | 10101111 | 110010 | 1001100 | 0 | 1000111 | 111001 | 11111 | 101011100 | 111000 | 101100 |
Color Harmonies of #AF324C
Complementary color
Monochromatic Colors of #AF324C
Black with #AF324C
Text Example
Text Example
White with #AF324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF324C; }
p { color: rgb(175,50,76); }
H1.HeaderClassName
{
color: #AF324C;
}
.AnyTagClassName
{
color: #AF324C;
}
</style>
background-color css
<style>
a { background-color: #AF324C; }
a { background-color: rgb(175,50,76); }
div.DivClassName
{
background-color: #AF324C;
}
.BgClassName
{
background-color: #AF324C;
}
</style>
border-color css
<style>
span { border-color: #AF324C; }
span { border-color: rgb(175,50,76); }
td.TdClassName
{
border-color: #AF324C;
}
.TagClassName
{
border-color: #AF324C;
}
</style>