Shades of Old Rose #AE3741
Tints of Old Rose #AE3741
RGB
CMYK
RGB Variations
Color information
#AE3741 (or 0xAE3741) is known color: Old Rose. HEX triplet: AE, 37 and 41. RGB value is (174,55,65). Sum of RGB (Red+Green+Blue) = 174+55+65=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3741 is #51C8BE. Grayscale: #5B5B5B. Windows color (decimal): -5359807 or 4274094. OLE color: 4274094.
HSL color Cylindrical-coordinate representation of color #AE3741: hue angle of 354.96º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE3741 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 65 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.32 |
| HSL | 354.96º | 0.52% | 0.45% | - |
| HSV(B) | 354.96º | 0.68% | 0.68% | - |
| XYZ | 19.78 | 12.11 | 6.3 | - |
| YUV | 91.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 65 | 0 | 0.68 | 0.63 | 0.32 | 354.96 | 0.52 | 0.45 |
| Hex | AE | 37 | 41 | 0 | 44 | 3F | 20 | 163 | 34 | 2D |
| Octal | 256 | 67 | 101 | 0 | 104 | 77 | 40 | 543 | 64 | 55 |
| Binary | 10101110 | 110111 | 1000001 | 0 | 1000100 | 111111 | 100000 | 101100011 | 110100 | 101101 |
Color Harmonies of #AE3741
Complementary color
Monochromatic Colors of #AE3741
Black with #AE3741
Text Example
Text Example
White with #AE3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3741; }
p { color: rgb(174,55,65); }
H1.HeaderClassName
{
color: #AE3741;
}
.AnyTagClassName
{
color: #AE3741;
}
</style>
background-color css
<style>
a { background-color: #AE3741; }
a { background-color: rgb(174,55,65); }
div.DivClassName
{
background-color: #AE3741;
}
.BgClassName
{
background-color: #AE3741;
}
</style>
border-color css
<style>
span { border-color: #AE3741; }
span { border-color: rgb(174,55,65); }
td.TdClassName
{
border-color: #AE3741;
}
.TagClassName
{
border-color: #AE3741;
}
</style>