#AE2651

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

Shades of Old Rose #AE2651

Tints of Old Rose #AE2651

Color information

#AE2651 (or 0xAE2651) is unknown color: approx Old Rose. HEX triplet: AE, 26 and 51. RGB value is (174,38,81). Sum of RGB (Red+Green+Blue) = 174+38+81=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2651 is #51D9AE. Grayscale: #535353. Windows color (decimal): -5364143 or 5318318. OLE color: 5318318.

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

Color convert

RGB1743881-
CMYK00.780.530.32
HSL341.03º64.15%41.57%-
HSV(B)341.03º78.16%68.24%-
XYZ19.6310.988.87-
YUV83.57126.56192.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=59.39%
G=12.97%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174388100.780.530.32341.0364.1541.57
HexAE265104E3520155402a
Octal256461210116654052510052
Binary101011101001101010001010011101101011000001010101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2651; }

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

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

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

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

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

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

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

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