Html Css Color HEX #AE2749 Old Rose

📋 copy color: '#AE2749'

red 174 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #AE2749

Tints of Old Rose #AE2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 60.84%
G = 13.64%
B = 25.52%

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

#AE2749 (or 0xAE2749) is known color: Old Rose. HEX triplet: AE, 27 and 49. RGB value is (174,39,73). Sum of RGB (Red+Green+Blue) = 174+39+73=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2749 is #51D8B6. Grayscale: #535353. Windows color (decimal): -5363895 or 4794286. OLE color: 4794286.

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

Color convert

RGB 174 39 73 -
CMYK 0 0.78 0.58 0.32
HSL 344.89º 0.63% 0.42% -
HSV(B) 344.89º 0.78% 0.68% -
XYZ 19.38 10.93 7.39 -
YUV 83.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 174 39 73 0 0.78 0.58 0.32 344.89 0.63 0.42
Hex AE 27 49 0 4E 3A 20 159 3F 2A
Octal 256 47 111 0 116 72 40 531 77 52
Binary 10101110 100111 1001001 0 1001110 111010 100000 101011001 111111 101010

Color Harmonies of #AE2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2749

Black with #AE2749

Text Example


Text Example

White with #AE2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2749; }

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

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

background-color css

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

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

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

border-color css

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

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

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