#AE324A

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

Shades of Old Rose #AE324A

Tints of Old Rose #AE324A

Color information

#AE324A (or 0xAE324A) is unknown color: approx Old Rose. HEX triplet: AE, 32 and 4A. RGB value is (174,50,74). Sum of RGB (Red+Green+Blue) = 174+50+74=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE324A is #51CDB5. Grayscale: #595959. Windows color (decimal): -5361078 or 4862638. OLE color: 4862638.

HSL color Cylindrical-coordinate representation of color #AE324A: hue angle of 348.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE324A is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1745074-
CMYK00.710.570.32
HSL348.39º55.36%43.92%-
HSV(B)348.39º71.26%68.24%-
XYZ19.8311.777.71-
YUV89.81119.08188.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=58.39%
G=16.78%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174507400.710.570.32348.3955.3643.92
HexAE324A047392015c372c
Octal25662112010771405346754
Binary10101110110010100101001000111111001100000101011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE324A; }

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

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

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

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

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

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

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

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