Shades of Old Rose #AB2843
Tints of Old Rose #AB2843
RGB
CMYK
RGB Variations
Color information
#AB2843 (or 0xAB2843) is known color: Old Rose. HEX triplet: AB, 28 and 43. RGB value is (171,40,67). Sum of RGB (Red+Green+Blue) = 171+40+67=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2843 is #54D7BC. Grayscale: #525252. Windows color (decimal): -5560253 or 4401323. OLE color: 4401323.
HSL color Cylindrical-coordinate representation of color #AB2843: hue angle of 347.63º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2843 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 67 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.33 |
| HSL | 347.63º | 0.62% | 0.41% | - |
| HSV(B) | 347.63º | 0.77% | 0.67% | - |
| XYZ | 18.57 | 10.58 | 6.37 | - |
| YUV | 82.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 67 | 0 | 0.77 | 0.61 | 0.33 | 347.63 | 0.62 | 0.41 |
| Hex | AB | 28 | 43 | 0 | 4D | 3D | 21 | 15C | 3E | 29 |
| Octal | 253 | 50 | 103 | 0 | 115 | 75 | 41 | 534 | 76 | 51 |
| Binary | 10101011 | 101000 | 1000011 | 0 | 1001101 | 111101 | 100001 | 101011100 | 111110 | 101001 |
Color Harmonies of #AB2843
Complementary color
Monochromatic Colors of #AB2843
Black with #AB2843
Text Example
Text Example
White with #AB2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2843; }
p { color: rgb(171,40,67); }
H1.HeaderClassName
{
color: #AB2843;
}
.AnyTagClassName
{
color: #AB2843;
}
</style>
background-color css
<style>
a { background-color: #AB2843; }
a { background-color: rgb(171,40,67); }
div.DivClassName
{
background-color: #AB2843;
}
.BgClassName
{
background-color: #AB2843;
}
</style>
border-color css
<style>
span { border-color: #AB2843; }
span { border-color: rgb(171,40,67); }
td.TdClassName
{
border-color: #AB2843;
}
.TagClassName
{
border-color: #AB2843;
}
</style>