#AE2250

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

Shades of Old Rose #AE2250

Tints of Old Rose #AE2250

Color information

#AE2250 (or 0xAE2250) is unknown color: approx Old Rose. HEX triplet: AE, 22 and 50. RGB value is (174,34,80). Sum of RGB (Red+Green+Blue) = 174+34+80=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2250 is #51DDAF. Grayscale: #515151. Windows color (decimal): -5365168 or 5251758. OLE color: 5251758.

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

Color convert

RGB1743480-
CMYK00.800.540.32
HSL340.29º67.31%40.78%-
HSV(B)340.29º80.46%68.24%-
XYZ19.4810.728.63-
YUV81.1127.38194.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=60.42%
G=11.81%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174348000.800.540.32340.2967.3140.78
HexAE225005036201544329
Octal256421200120664052410351
Binary101011101000101010000010100001101101000001010101001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2250; }

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

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

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

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

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

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

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

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