Shades of Old Rose #AF283F
Tints of Old Rose #AF283F
RGB
CMYK
RGB Variations
Color information
#AF283F (or 0xAF283F) is known color: Old Rose. HEX triplet: AF, 28 and 3F. RGB value is (175,40,63). Sum of RGB (Red+Green+Blue) = 175+40+63=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF283F is #50D7C0. Grayscale: #535353. Windows color (decimal): -5298113 or 4139183. OLE color: 4139183.
HSL color Cylindrical-coordinate representation of color #AF283F: hue angle of 349.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF283F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 63 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.31 |
| HSL | 349.78º | 0.63% | 0.42% | - |
| HSV(B) | 349.78º | 0.77% | 0.69% | - |
| XYZ | 19.34 | 10.99 | 5.8 | - |
| YUV | 82.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 63 | 0 | 0.77 | 0.64 | 0.31 | 349.78 | 0.63 | 0.42 |
| Hex | AF | 28 | 3F | 0 | 4D | 40 | 1F | 15E | 3F | 2A |
| Octal | 257 | 50 | 77 | 0 | 115 | 100 | 37 | 536 | 77 | 52 |
| Binary | 10101111 | 101000 | 111111 | 0 | 1001101 | 1000000 | 11111 | 101011110 | 111111 | 101010 |
Color Harmonies of #AF283F
Complementary color
Monochromatic Colors of #AF283F
Black with #AF283F
Text Example
Text Example
White with #AF283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF283F; }
p { color: rgb(175,40,63); }
H1.HeaderClassName
{
color: #AF283F;
}
.AnyTagClassName
{
color: #AF283F;
}
</style>
background-color css
<style>
a { background-color: #AF283F; }
a { background-color: rgb(175,40,63); }
div.DivClassName
{
background-color: #AF283F;
}
.BgClassName
{
background-color: #AF283F;
}
</style>
border-color css
<style>
span { border-color: #AF283F; }
span { border-color: rgb(175,40,63); }
td.TdClassName
{
border-color: #AF283F;
}
.TagClassName
{
border-color: #AF283F;
}
</style>