Shades of Old Rose #AF204B
Tints of Old Rose #AF204B
RGB
CMYK
RGB Variations
Color information
#AF204B (or 0xAF204B) is known color: Old Rose. HEX triplet: AF, 20 and 4B. RGB value is (175,32,75). Sum of RGB (Red+Green+Blue) = 175+32+75=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF204B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF204B is #50DFB4. Grayscale: #4F4F4F. Windows color (decimal): -5300149 or 4923567. OLE color: 4923567.
HSL color Cylindrical-coordinate representation of color #AF204B: hue angle of 341.96º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF204B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 75 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.31 |
| HSL | 341.96º | 0.69% | 0.41% | - |
| HSV(B) | 341.96º | 0.82% | 0.69% | - |
| XYZ | 19.47 | 10.65 | 7.69 | - |
| YUV | 79.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 75 | 0 | 0.82 | 0.57 | 0.31 | 341.96 | 0.69 | 0.41 |
| Hex | AF | 20 | 4B | 0 | 52 | 39 | 1F | 156 | 45 | 29 |
| Octal | 257 | 40 | 113 | 0 | 122 | 71 | 37 | 526 | 105 | 51 |
| Binary | 10101111 | 100000 | 1001011 | 0 | 1010010 | 111001 | 11111 | 101010110 | 1000101 | 101001 |
Color Harmonies of #AF204B
Complementary color
Monochromatic Colors of #AF204B
Black with #AF204B
Text Example
Text Example
White with #AF204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF204B; }
p { color: rgb(175,32,75); }
H1.HeaderClassName
{
color: #AF204B;
}
.AnyTagClassName
{
color: #AF204B;
}
</style>
background-color css
<style>
a { background-color: #AF204B; }
a { background-color: rgb(175,32,75); }
div.DivClassName
{
background-color: #AF204B;
}
.BgClassName
{
background-color: #AF204B;
}
</style>
border-color css
<style>
span { border-color: #AF204B; }
span { border-color: rgb(175,32,75); }
td.TdClassName
{
border-color: #AF204B;
}
.TagClassName
{
border-color: #AF204B;
}
</style>