Shades of Old Rose #AE234A
Tints of Old Rose #AE234A
RGB
CMYK
RGB Variations
Color information
#AE234A (or 0xAE234A) is known color: Old Rose. HEX triplet: AE, 23 and 4A. RGB value is (174,35,74). Sum of RGB (Red+Green+Blue) = 174+35+74=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE234A is #51DCB5. Grayscale: #505050. Windows color (decimal): -5364918 or 4858798. OLE color: 4858798.
HSL color Cylindrical-coordinate representation of color #AE234A: hue angle of 343.17º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE234A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 74 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.32 |
| HSL | 343.17º | 0.67% | 0.41% | - |
| HSV(B) | 343.17º | 0.8% | 0.68% | - |
| XYZ | 19.29 | 10.7 | 7.53 | - |
| YUV | 81.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 74 | 0 | 0.80 | 0.57 | 0.32 | 343.17 | 0.67 | 0.41 |
| Hex | AE | 23 | 4A | 0 | 50 | 39 | 20 | 157 | 43 | 29 |
| Octal | 256 | 43 | 112 | 0 | 120 | 71 | 40 | 527 | 103 | 51 |
| Binary | 10101110 | 100011 | 1001010 | 0 | 1010000 | 111001 | 100000 | 101010111 | 1000011 | 101001 |
Color Harmonies of #AE234A
Complementary color
Monochromatic Colors of #AE234A
Black with #AE234A
Text Example
Text Example
White with #AE234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE234A; }
p { color: rgb(174,35,74); }
H1.HeaderClassName
{
color: #AE234A;
}
.AnyTagClassName
{
color: #AE234A;
}
</style>
background-color css
<style>
a { background-color: #AE234A; }
a { background-color: rgb(174,35,74); }
div.DivClassName
{
background-color: #AE234A;
}
.BgClassName
{
background-color: #AE234A;
}
</style>
border-color css
<style>
span { border-color: #AE234A; }
span { border-color: rgb(174,35,74); }
td.TdClassName
{
border-color: #AE234A;
}
.TagClassName
{
border-color: #AE234A;
}
</style>