#AE2550

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

Shades of Old Rose #AE2550

Tints of Old Rose #AE2550

Color information

#AE2550 (or 0xAE2550) is unknown color: approx Old Rose. HEX triplet: AE, 25 and 50. RGB value is (174,37,80). Sum of RGB (Red+Green+Blue) = 174+37+80=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2550 is #51DAAF. Grayscale: #525252. Windows color (decimal): -5364400 or 5252526. OLE color: 5252526.

HSL color Cylindrical-coordinate representation of color #AE2550: hue angle of 341.17º 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 #AE2550 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB1743780-
CMYK00.790.540.32
HSL341.17º64.93%41.37%-
HSV(B)341.17º78.74%68.24%-
XYZ19.5710.98.66-
YUV82.86126.39193-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=59.79%
G=12.71%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174378000.790.540.32341.1764.9341.37
HexAE255004F36201554129
Octal256451200117664052510151
Binary101011101001011010000010011111101101000001010101011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2550; }

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

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

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

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

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

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

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

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