Shades of Old Rose #AB2643
Tints of Old Rose #AB2643
RGB
CMYK
RGB Variations
Color information
#AB2643 (or 0xAB2643) is known color: Old Rose. HEX triplet: AB, 26 and 43. RGB value is (171,38,67). Sum of RGB (Red+Green+Blue) = 171+38+67=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2643 is #54D9BC. Grayscale: #515151. Windows color (decimal): -5560765 or 4400811. OLE color: 4400811.
HSL color Cylindrical-coordinate representation of color #AB2643: hue angle of 346.92º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2643 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 67 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.33 |
| HSL | 346.92º | 0.64% | 0.41% | - |
| HSV(B) | 346.92º | 0.78% | 0.67% | - |
| XYZ | 18.5 | 10.45 | 6.35 | - |
| YUV | 81.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 67 | 0 | 0.78 | 0.61 | 0.33 | 346.92 | 0.64 | 0.41 |
| Hex | AB | 26 | 43 | 0 | 4E | 3D | 21 | 15B | 40 | 29 |
| Octal | 253 | 46 | 103 | 0 | 116 | 75 | 41 | 533 | 100 | 51 |
| Binary | 10101011 | 100110 | 1000011 | 0 | 1001110 | 111101 | 100001 | 101011011 | 1000000 | 101001 |
Color Harmonies of #AB2643
Complementary color
Monochromatic Colors of #AB2643
Black with #AB2643
Text Example
Text Example
White with #AB2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2643; }
p { color: rgb(171,38,67); }
H1.HeaderClassName
{
color: #AB2643;
}
.AnyTagClassName
{
color: #AB2643;
}
</style>
background-color css
<style>
a { background-color: #AB2643; }
a { background-color: rgb(171,38,67); }
div.DivClassName
{
background-color: #AB2643;
}
.BgClassName
{
background-color: #AB2643;
}
</style>
border-color css
<style>
span { border-color: #AB2643; }
span { border-color: rgb(171,38,67); }
td.TdClassName
{
border-color: #AB2643;
}
.TagClassName
{
border-color: #AB2643;
}
</style>