Shades of Old Rose #AF3641
Tints of Old Rose #AF3641
RGB
CMYK
RGB Variations
Color information
#AF3641 (or 0xAF3641) is known color: Old Rose. HEX triplet: AF, 36 and 41. RGB value is (175,54,65). Sum of RGB (Red+Green+Blue) = 175+54+65=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3641 is #50C9BE. Grayscale: #5B5B5B. Windows color (decimal): -5294527 or 4273839. OLE color: 4273839.
HSL color Cylindrical-coordinate representation of color #AF3641: hue angle of 354.55º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3641 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 65 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.31 |
| HSL | 354.55º | 0.53% | 0.45% | - |
| HSV(B) | 354.55º | 0.69% | 0.69% | - |
| XYZ | 19.95 | 12.13 | 6.29 | - |
| YUV | 91.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 65 | 0 | 0.69 | 0.63 | 0.31 | 354.55 | 0.53 | 0.45 |
| Hex | AF | 36 | 41 | 0 | 45 | 3F | 1F | 163 | 35 | 2D |
| Octal | 257 | 66 | 101 | 0 | 105 | 77 | 37 | 543 | 65 | 55 |
| Binary | 10101111 | 110110 | 1000001 | 0 | 1000101 | 111111 | 11111 | 101100011 | 110101 | 101101 |
Color Harmonies of #AF3641
Complementary color
Monochromatic Colors of #AF3641
Black with #AF3641
Text Example
Text Example
White with #AF3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3641; }
p { color: rgb(175,54,65); }
H1.HeaderClassName
{
color: #AF3641;
}
.AnyTagClassName
{
color: #AF3641;
}
</style>
background-color css
<style>
a { background-color: #AF3641; }
a { background-color: rgb(175,54,65); }
div.DivClassName
{
background-color: #AF3641;
}
.BgClassName
{
background-color: #AF3641;
}
</style>
border-color css
<style>
span { border-color: #AF3641; }
span { border-color: rgb(175,54,65); }
td.TdClassName
{
border-color: #AF3641;
}
.TagClassName
{
border-color: #AF3641;
}
</style>