#AE2551

Color #AE2551 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AE2551

Tints of Old Rose #AE2551

Color information

#AE2551 (or 0xAE2551) is unknown color: approx Old Rose. HEX triplet: AE, 25 and 51. RGB value is (174,37,81). Sum of RGB (Red+Green+Blue) = 174+37+81=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2551 is #51DAAE. Grayscale: #525252. Windows color (decimal): -5364399 or 5318062. OLE color: 5318062.

HSL color Cylindrical-coordinate representation of color #AE2551: hue angle of 340.73º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2551 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1743781-
CMYK00.790.530.32
HSL340.73º64.93%41.37%-
HSV(B)340.73º78.74%68.24%-
XYZ19.610.928.86-
YUV82.98126.89192.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=59.59%
G=12.67%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174378100.790.530.32340.7364.9341.37
HexAE255104F35201554129
Octal256451210117654052510151
Binary101011101001011010001010011111101011000001010101011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2551; }

 p { color: rgb(174,37,81); }

 H1.HeaderClassName
 {
   color: #AE2551;
 }
 .AnyTagClassName
 {
   color: #AE2551;
 }
</style>
background-color css

<style>
 a { background-color: #AE2551; }

 a { background-color: rgb(174,37,81); }

 div.DivClassName
 {
   background-color: #AE2551;
 }
 .BgClassName
 {
   background-color: #AE2551;
 }
</style>
border-color css

<style>
 span { border-color: #AE2551; }

 span { border-color: rgb(174,37,81); }

 td.TdClassName
 {
   border-color: #AE2551;
 }
 .TagClassName
 {
   border-color: #AE2551;
 }
</style>