Shades of Old Rose #AF3642
Tints of Old Rose #AF3642
RGB
CMYK
RGB Variations
Color information
#AF3642 (or 0xAF3642) is known color: Old Rose. HEX triplet: AF, 36 and 42. RGB value is (175,54,66). Sum of RGB (Red+Green+Blue) = 175+54+66=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3642 is #50C9BD. Grayscale: #5B5B5B. Windows color (decimal): -5294526 or 4339375. OLE color: 4339375.
HSL color Cylindrical-coordinate representation of color #AF3642: hue angle of 354.05º 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 #AF3642 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 66 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.31 |
| HSL | 354.05º | 0.53% | 0.45% | - |
| HSV(B) | 354.05º | 0.69% | 0.69% | - |
| XYZ | 19.98 | 12.15 | 6.45 | - |
| YUV | 91.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 66 | 0 | 0.69 | 0.62 | 0.31 | 354.05 | 0.53 | 0.45 |
| Hex | AF | 36 | 42 | 0 | 45 | 3E | 1F | 162 | 35 | 2D |
| Octal | 257 | 66 | 102 | 0 | 105 | 76 | 37 | 542 | 65 | 55 |
| Binary | 10101111 | 110110 | 1000010 | 0 | 1000101 | 111110 | 11111 | 101100010 | 110101 | 101101 |
Color Harmonies of #AF3642
Complementary color
Monochromatic Colors of #AF3642
Black with #AF3642
Text Example
Text Example
White with #AF3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3642; }
p { color: rgb(175,54,66); }
H1.HeaderClassName
{
color: #AF3642;
}
.AnyTagClassName
{
color: #AF3642;
}
</style>
background-color css
<style>
a { background-color: #AF3642; }
a { background-color: rgb(175,54,66); }
div.DivClassName
{
background-color: #AF3642;
}
.BgClassName
{
background-color: #AF3642;
}
</style>
border-color css
<style>
span { border-color: #AF3642; }
span { border-color: rgb(175,54,66); }
td.TdClassName
{
border-color: #AF3642;
}
.TagClassName
{
border-color: #AF3642;
}
</style>