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