Shades of Old Rose #AF283E
Tints of Old Rose #AF283E
RGB
CMYK
RGB Variations
Color information
#AF283E (or 0xAF283E) is known color: Old Rose. HEX triplet: AF, 28 and 3E. RGB value is (175,40,62). Sum of RGB (Red+Green+Blue) = 175+40+62=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF283E is #50D7C1. Grayscale: #525252. Windows color (decimal): -5298114 or 4073647. OLE color: 4073647.
HSL color Cylindrical-coordinate representation of color #AF283E: hue angle of 350.22º 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 #AF283E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 62 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.31 |
| HSL | 350.22º | 0.63% | 0.42% | - |
| HSV(B) | 350.22º | 0.77% | 0.69% | - |
| XYZ | 19.31 | 10.98 | 5.66 | - |
| YUV | 82.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 62 | 0 | 0.77 | 0.65 | 0.31 | 350.22 | 0.63 | 0.42 |
| Hex | AF | 28 | 3E | 0 | 4D | 41 | 1F | 15E | 3F | 2A |
| Octal | 257 | 50 | 76 | 0 | 115 | 101 | 37 | 536 | 77 | 52 |
| Binary | 10101111 | 101000 | 111110 | 0 | 1001101 | 1000001 | 11111 | 101011110 | 111111 | 101010 |
Color Harmonies of #AF283E
Complementary color
Monochromatic Colors of #AF283E
Black with #AF283E
Text Example
Text Example
White with #AF283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF283E; }
p { color: rgb(175,40,62); }
H1.HeaderClassName
{
color: #AF283E;
}
.AnyTagClassName
{
color: #AF283E;
}
</style>
background-color css
<style>
a { background-color: #AF283E; }
a { background-color: rgb(175,40,62); }
div.DivClassName
{
background-color: #AF283E;
}
.BgClassName
{
background-color: #AF283E;
}
</style>
border-color css
<style>
span { border-color: #AF283E; }
span { border-color: rgb(175,40,62); }
td.TdClassName
{
border-color: #AF283E;
}
.TagClassName
{
border-color: #AF283E;
}
</style>