Html Css Color HEX #AE2C49 Old Rose

📋 copy color: '#AE2C49'

red 174 ◦ green 44 ◦ blue 73

#AE2C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #AE2C49

Tints of Old Rose #AE2C49

RGB

 RED value IS 174 (68.36% from 255) = 59.79%

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 73 (28.91% from 255) = 25.09%

R = 59.79%
G = 15.12%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE2C49 (or 0xAE2C49) is known color: Old Rose. HEX triplet: AE, 2C and 49. RGB value is (174,44,73). Sum of RGB (Red+Green+Blue) = 174+44+73=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C49 is #51D3B6. Grayscale: #565656. Windows color (decimal): -5362615 or 4795566. OLE color: 4795566.

HSL color Cylindrical-coordinate representation of color #AE2C49: hue angle of 346.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C49 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 44 73 -
CMYK 0 0.75 0.58 0.32
HSL 346.62º 0.6% 0.43% -
HSV(B) 346.62º 0.75% 0.68% -
XYZ 19.56 11.28 7.45 -
YUV 86.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 174 44 73 0 0.75 0.58 0.32 346.62 0.6 0.43
Hex AE 2C 49 0 4B 3A 20 15B 3C 2B
Octal 256 54 111 0 113 72 40 533 74 53
Binary 10101110 101100 1001001 0 1001011 111010 100000 101011011 111100 101011

Color Harmonies of #AE2C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C49

Black with #AE2C49

Text Example


Text Example

White with #AE2C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C49; }

 p { color: rgb(174,44,73); }

 H1.HeaderClassName
 {
   color: #AE2C49;
 }
 .AnyTagClassName
 {
   color: #AE2C49;
 }
</style>

background-color css

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

 a { background-color: rgb(174,44,73); }

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

border-color css

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

 span { border-color: rgb(174,44,73); }

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