Shades of Old Rose #AA2341
Tints of Old Rose #AA2341
RGB
CMYK
RGB Variations
Color information
#AA2341 (or 0xAA2341) is known color: Old Rose. HEX triplet: AA, 23 and 41. RGB value is (170,35,65). Sum of RGB (Red+Green+Blue) = 170+35+65=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2341 is #55DCBE. Grayscale: #4E4E4E. Windows color (decimal): -5627071 or 4268970. OLE color: 4268970.
HSL color Cylindrical-coordinate representation of color #AA2341: hue angle of 346.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2341 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 65 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.33 |
| HSL | 346.67º | 0.66% | 0.4% | - |
| HSV(B) | 346.67º | 0.79% | 0.67% | - |
| XYZ | 18.13 | 10.13 | 6 | - |
| YUV | 78.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 65 | 0 | 0.79 | 0.62 | 0.33 | 346.67 | 0.66 | 0.4 |
| Hex | AA | 23 | 41 | 0 | 4F | 3E | 21 | 15B | 42 | 28 |
| Octal | 252 | 43 | 101 | 0 | 117 | 76 | 41 | 533 | 102 | 50 |
| Binary | 10101010 | 100011 | 1000001 | 0 | 1001111 | 111110 | 100001 | 101011011 | 1000010 | 101000 |
Color Harmonies of #AA2341
Complementary color
Monochromatic Colors of #AA2341
Black with #AA2341
Text Example
Text Example
White with #AA2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2341; }
p { color: rgb(170,35,65); }
H1.HeaderClassName
{
color: #AA2341;
}
.AnyTagClassName
{
color: #AA2341;
}
</style>
background-color css
<style>
a { background-color: #AA2341; }
a { background-color: rgb(170,35,65); }
div.DivClassName
{
background-color: #AA2341;
}
.BgClassName
{
background-color: #AA2341;
}
</style>
border-color css
<style>
span { border-color: #AA2341; }
span { border-color: rgb(170,35,65); }
td.TdClassName
{
border-color: #AA2341;
}
.TagClassName
{
border-color: #AA2341;
}
</style>