Shades of Old Rose #A92C44
Tints of Old Rose #A92C44
RGB
CMYK
RGB Variations
Color information
#A92C44 (or 0xA92C44) is known color: Old Rose. HEX triplet: A9, 2C and 44. RGB value is (169,44,68). Sum of RGB (Red+Green+Blue) = 169+44+68=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92C44 is #56D3BB. Grayscale: #545454. Windows color (decimal): -5690300 or 4467881. OLE color: 4467881.
HSL color Cylindrical-coordinate representation of color #A92C44: hue angle of 348.48º 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 #A92C44 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 68 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.34 |
| HSL | 348.48º | 0.59% | 0.42% | - |
| HSV(B) | 348.48º | 0.74% | 0.66% | - |
| XYZ | 18.31 | 10.65 | 6.56 | - |
| YUV | 84.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 68 | 0 | 0.74 | 0.60 | 0.34 | 348.48 | 0.59 | 0.42 |
| Hex | A9 | 2C | 44 | 0 | 4A | 3C | 22 | 15C | 3B | 2A |
| Octal | 251 | 54 | 104 | 0 | 112 | 74 | 42 | 534 | 73 | 52 |
| Binary | 10101001 | 101100 | 1000100 | 0 | 1001010 | 111100 | 100010 | 101011100 | 111011 | 101010 |
Color Harmonies of #A92C44
Complementary color
Monochromatic Colors of #A92C44
Black with #A92C44
Text Example
Text Example
White with #A92C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C44; }
p { color: rgb(169,44,68); }
H1.HeaderClassName
{
color: #A92C44;
}
.AnyTagClassName
{
color: #A92C44;
}
</style>
background-color css
<style>
a { background-color: #A92C44; }
a { background-color: rgb(169,44,68); }
div.DivClassName
{
background-color: #A92C44;
}
.BgClassName
{
background-color: #A92C44;
}
</style>
border-color css
<style>
span { border-color: #A92C44; }
span { border-color: rgb(169,44,68); }
td.TdClassName
{
border-color: #A92C44;
}
.TagClassName
{
border-color: #A92C44;
}
</style>