#AE3540

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

Shades of Old Rose #AE3540

Tints of Old Rose #AE3540

Color information

#AE3540 (or 0xAE3540) is unknown color: approx Old Rose. HEX triplet: AE, 35 and 40. RGB value is (174,53,64). Sum of RGB (Red+Green+Blue) = 174+53+64=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3540 is #51CABF. Grayscale: #5A5A5A. Windows color (decimal): -5360320 or 4208046. OLE color: 4208046.

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

Color convert

RGB1745364-
CMYK00.700.630.32
HSL354.55º53.3%44.51%-
HSV(B)354.55º69.54%68.24%-
XYZ19.6511.926.11-
YUV90.43113.09187.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=59.79%
G=18.21%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174536400.700.630.32354.5553.344.51
HexAE35400463F20163352d
Octal25665100010677405436555
Binary10101110110101100000001000110111111100000101100011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3540; }

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

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

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

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

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

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

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

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