#ae2742

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

Shades of Old Rose #AE2742

Tints of Old Rose #AE2742

Color information

#AE2742 (or 0xAE2742) is unknown color: approx Old Rose. HEX triplet: AE, 27 and 42. RGB value is (174,39,66). Sum of RGB (Red+Green+Blue) = 174+39+66=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2742 is #51D8BD. Grayscale: #525252. Windows color (decimal): -5363902 or 4335534. OLE color: 4335534.

HSL color Cylindrical-coordinate representation of color #AE2742: hue angle of 348º degrees, saturation: 0.63, 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 #AE2742 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1743966-
CMYK00.780.620.32
HSL348º63.38%41.76%-
HSV(B)348º77.59%68.24%-
XYZ19.1610.846.24-
YUV82.44118.73193.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=62.37%
G=13.98%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174396600.780.620.3234863.3841.76
HexAE274204E3E2015c3f2a
Octal25647102011676405347752
Binary10101110100111100001001001110111110100000101011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae2742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae2742; }

 p { color: rgb(174,39,66); }

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

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

 a { background-color: rgb(174,39,66); }

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

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

 span { border-color: rgb(174,39,66); }

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