#AE224C

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

Shades of Old Rose #AE224C

Tints of Old Rose #AE224C

Color information

#AE224C (or 0xAE224C) is unknown color: approx Old Rose. HEX triplet: AE, 22 and 4C. RGB value is (174,34,76). Sum of RGB (Red+Green+Blue) = 174+34+76=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE224C is #51DDB3. Grayscale: #505050. Windows color (decimal): -5365172 or 4989614. OLE color: 4989614.

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

Color convert

RGB1743476-
CMYK00.800.560.32
HSL342º67.31%40.78%-
HSV(B)342º80.46%68.24%-
XYZ19.3310.667.88-
YUV80.65125.38194.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.27%
GREEN value IS 34 (13.67% from 255) = 11.97%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=61.27%
G=11.97%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174347600.800.560.3234267.3140.78
HexAE224C05038201564329
Octal256421140120704052610351
Binary101011101000101001100010100001110001000001010101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE224C; }

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

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

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

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

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

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

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

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