Shades of Old Rose #AF274B
Tints of Old Rose #AF274B
RGB
CMYK
RGB Variations
Color information
#AF274B (or 0xAF274B) is known color: Old Rose. HEX triplet: AF, 27 and 4B. RGB value is (175,39,75). Sum of RGB (Red+Green+Blue) = 175+39+75=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF274B is #50D8B4. Grayscale: #535353. Windows color (decimal): -5298357 or 4925359. OLE color: 4925359.
HSL color Cylindrical-coordinate representation of color #AF274B: hue angle of 344.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF274B is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 75 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.31 |
| HSL | 344.12º | 0.64% | 0.42% | - |
| HSV(B) | 344.12º | 0.78% | 0.69% | - |
| XYZ | 19.67 | 11.07 | 7.76 | - |
| YUV | 83.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 75 | 0 | 0.78 | 0.57 | 0.31 | 344.12 | 0.64 | 0.42 |
| Hex | AF | 27 | 4B | 0 | 4E | 39 | 1F | 158 | 40 | 2A |
| Octal | 257 | 47 | 113 | 0 | 116 | 71 | 37 | 530 | 100 | 52 |
| Binary | 10101111 | 100111 | 1001011 | 0 | 1001110 | 111001 | 11111 | 101011000 | 1000000 | 101010 |
Color Harmonies of #AF274B
Complementary color
Monochromatic Colors of #AF274B
Black with #AF274B
Text Example
Text Example
White with #AF274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF274B; }
p { color: rgb(175,39,75); }
H1.HeaderClassName
{
color: #AF274B;
}
.AnyTagClassName
{
color: #AF274B;
}
</style>
background-color css
<style>
a { background-color: #AF274B; }
a { background-color: rgb(175,39,75); }
div.DivClassName
{
background-color: #AF274B;
}
.BgClassName
{
background-color: #AF274B;
}
</style>
border-color css
<style>
span { border-color: #AF274B; }
span { border-color: rgb(175,39,75); }
td.TdClassName
{
border-color: #AF274B;
}
.TagClassName
{
border-color: #AF274B;
}
</style>