Html Css Color HEX #AE2649 Old Rose

📋 copy color: '#AE2649'

red 174 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #AE2649

Tints of Old Rose #AE2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

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

R = 61.05%
G = 13.33%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE2649 (or 0xAE2649) is known color: Old Rose. HEX triplet: AE, 26 and 49. RGB value is (174,38,73). Sum of RGB (Red+Green+Blue) = 174+38+73=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2649 is #51D9B6. Grayscale: #525252. Windows color (decimal): -5364151 or 4794030. OLE color: 4794030.

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

Color convert

RGB 174 38 73 -
CMYK 0 0.78 0.58 0.32
HSL 344.56º 0.64% 0.42% -
HSV(B) 344.56º 0.78% 0.68% -
XYZ 19.35 10.87 7.38 -
YUV 82.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 174 38 73 0 0.78 0.58 0.32 344.56 0.64 0.42
Hex AE 26 49 0 4E 3A 20 159 40 2A
Octal 256 46 111 0 116 72 40 531 100 52
Binary 10101110 100110 1001001 0 1001110 111010 100000 101011001 1000000 101010

Color Harmonies of #AE2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2649

Black with #AE2649

Text Example


Text Example

White with #AE2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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