Html Css Color HEX #AE1C49 Old Rose

📋 copy color: '#AE1C49'

red 174 ◦ green 28 ◦ blue 73

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

Shades of Old Rose #AE1C49

Tints of Old Rose #AE1C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

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

R = 63.27%
G = 10.18%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE1C49 (or 0xAE1C49) is known color: Old Rose. HEX triplet: AE, 1C and 49. RGB value is (174,28,73). Sum of RGB (Red+Green+Blue) = 174+28+73=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C49 is #51E3B6. Grayscale: #4C4C4C. Windows color (decimal): -5366711 or 4791470. OLE color: 4791470.

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

Color convert

RGB 174 28 73 -
CMYK 0 0.84 0.58 0.32
HSL 341.51º 0.72% 0.4% -
HSV(B) 341.51º 0.84% 0.68% -
XYZ 19.07 10.31 7.29 -
YUV 76.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 174 28 73 0 0.84 0.58 0.32 341.51 0.72 0.4
Hex AE 1C 49 0 54 3A 20 156 48 28
Octal 256 34 111 0 124 72 40 526 110 50
Binary 10101110 11100 1001001 0 1010100 111010 100000 101010110 1001000 101000

Color Harmonies of #AE1C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C49

Black with #AE1C49

Text Example


Text Example

White with #AE1C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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