#AE254A

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

Shades of Old Rose #AE254A

Tints of Old Rose #AE254A

Color information

#AE254A (or 0xAE254A) is unknown color: approx Old Rose. HEX triplet: AE, 25 and 4A. RGB value is (174,37,74). Sum of RGB (Red+Green+Blue) = 174+37+74=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE254A is #51DAB5. Grayscale: #525252. Windows color (decimal): -5364406 or 4859310. OLE color: 4859310.

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

Color convert

RGB1743774-
CMYK00.790.570.32
HSL343.8º64.93%41.37%-
HSV(B)343.8º78.74%68.24%-
XYZ19.3510.827.55-
YUV82.18123.39193.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=61.05%
G=12.98%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174377400.790.570.32343.864.9341.37
HexAE254A04F39201584129
Octal256451120117714053010151
Binary101011101001011001010010011111110011000001010110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE254A; }

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

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

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

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

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

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

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

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