#ae3547

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

Shades of Old Rose #AE3547

Tints of Old Rose #AE3547

Color information

#AE3547 (or 0xAE3547) is unknown color: approx Old Rose. HEX triplet: AE, 35 and 47. RGB value is (174,53,71). Sum of RGB (Red+Green+Blue) = 174+53+71=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3547 is #51CAB8. Grayscale: #5B5B5B. Windows color (decimal): -5360313 or 4666798. OLE color: 4666798.

HSL color Cylindrical-coordinate representation of color #AE3547: hue angle of 351.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3547 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1745371-
CMYK00.700.590.32
HSL351.07º53.3%44.51%-
HSV(B)351.07º69.54%68.24%-
XYZ19.87127.23-
YUV91.23116.59187.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=58.39%
G=17.79%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174537100.700.590.32351.0753.344.51
HexAE35470463B2015f352d
Octal25665107010673405376555
Binary10101110110101100011101000110111011100000101011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae3547; }

 p { color: rgb(174,53,71); }

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

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

 a { background-color: rgb(174,53,71); }

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

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

 span { border-color: rgb(174,53,71); }

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