Shades of Old Rose #A92C42
Tints of Old Rose #A92C42
RGB
CMYK
RGB Variations
Color information
#A92C42 (or 0xA92C42) is known color: Old Rose. HEX triplet: A9, 2C and 42. RGB value is (169,44,66). Sum of RGB (Red+Green+Blue) = 169+44+66=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C42 is #56D3BD. Grayscale: #535353. Windows color (decimal): -5690302 or 4336809. OLE color: 4336809.
HSL color Cylindrical-coordinate representation of color #A92C42: hue angle of 349.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A92C42 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 66 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.34 |
| HSL | 349.44º | 0.59% | 0.42% | - |
| HSV(B) | 349.44º | 0.74% | 0.66% | - |
| XYZ | 18.25 | 10.63 | 6.24 | - |
| YUV | 83.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 66 | 0 | 0.74 | 0.61 | 0.34 | 349.44 | 0.59 | 0.42 |
| Hex | A9 | 2C | 42 | 0 | 4A | 3D | 22 | 15D | 3B | 2A |
| Octal | 251 | 54 | 102 | 0 | 112 | 75 | 42 | 535 | 73 | 52 |
| Binary | 10101001 | 101100 | 1000010 | 0 | 1001010 | 111101 | 100010 | 101011101 | 111011 | 101010 |
Color Harmonies of #A92C42
Complementary color
Monochromatic Colors of #A92C42
Black with #A92C42
Text Example
Text Example
White with #A92C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C42; }
p { color: rgb(169,44,66); }
H1.HeaderClassName
{
color: #A92C42;
}
.AnyTagClassName
{
color: #A92C42;
}
</style>
background-color css
<style>
a { background-color: #A92C42; }
a { background-color: rgb(169,44,66); }
div.DivClassName
{
background-color: #A92C42;
}
.BgClassName
{
background-color: #A92C42;
}
</style>
border-color css
<style>
span { border-color: #A92C42; }
span { border-color: rgb(169,44,66); }
td.TdClassName
{
border-color: #A92C42;
}
.TagClassName
{
border-color: #A92C42;
}
</style>