#AE224A

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

Shades of Old Rose #AE224A

Tints of Old Rose #AE224A

Color information

#AE224A (or 0xAE224A) is unknown color: approx Old Rose. HEX triplet: AE, 22 and 4A. RGB value is (174,34,74). Sum of RGB (Red+Green+Blue) = 174+34+74=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE224A is #51DDB5. Grayscale: #505050. Windows color (decimal): -5365174 or 4858542. OLE color: 4858542.

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

Color convert

RGB1743474-
CMYK00.800.570.32
HSL342.86º67.31%40.78%-
HSV(B)342.86º80.46%68.24%-
XYZ19.2610.647.52-
YUV80.42124.38194.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.70%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=61.70%
G=12.06%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174347400.800.570.32342.8667.3140.78
HexAE224A05039201574329
Octal256421120120714052710351
Binary101011101000101001010010100001110011000001010101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE224A; }

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

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

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

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

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

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

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

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