Shades of Old Rose #AA254A
Tints of Old Rose #AA254A
RGB
CMYK
RGB Variations
Color information
#AA254A (or 0xAA254A) is known color: Old Rose. HEX triplet: AA, 25 and 4A. RGB value is (170,37,74). Sum of RGB (Red+Green+Blue) = 170+37+74=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA254A is #55DAB5. Grayscale: #505050. Windows color (decimal): -5626550 or 4859306. OLE color: 4859306.
HSL color Cylindrical-coordinate representation of color #AA254A: hue angle of 343.31º 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 #AA254A is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 74 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.33 |
| HSL | 343.31º | 0.64% | 0.41% | - |
| HSV(B) | 343.31º | 0.78% | 0.67% | - |
| XYZ | 18.48 | 10.36 | 7.51 | - |
| YUV | 80.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 74 | 0 | 0.78 | 0.56 | 0.33 | 343.31 | 0.64 | 0.41 |
| Hex | AA | 25 | 4A | 0 | 4E | 38 | 21 | 157 | 40 | 29 |
| Octal | 252 | 45 | 112 | 0 | 116 | 70 | 41 | 527 | 100 | 51 |
| Binary | 10101010 | 100101 | 1001010 | 0 | 1001110 | 111000 | 100001 | 101010111 | 1000000 | 101001 |
Color Harmonies of #AA254A
Complementary color
Monochromatic Colors of #AA254A
Black with #AA254A
Text Example
Text Example
White with #AA254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA254A; }
p { color: rgb(170,37,74); }
H1.HeaderClassName
{
color: #AA254A;
}
.AnyTagClassName
{
color: #AA254A;
}
</style>
background-color css
<style>
a { background-color: #AA254A; }
a { background-color: rgb(170,37,74); }
div.DivClassName
{
background-color: #AA254A;
}
.BgClassName
{
background-color: #AA254A;
}
</style>
border-color css
<style>
span { border-color: #AA254A; }
span { border-color: rgb(170,37,74); }
td.TdClassName
{
border-color: #AA254A;
}
.TagClassName
{
border-color: #AA254A;
}
</style>