Html Css Color HEX #AE2247 Old Rose

📋 copy color: '#AE2247'

red 174 ◦ green 34 ◦ blue 71

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

Shades of Old Rose #AE2247

Tints of Old Rose #AE2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

 BLUE value IS 71 (28.13% from 255) = 25.45%

R = 62.37%
G = 12.19%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE2247 (or 0xAE2247) is known color: Old Rose. HEX triplet: AE, 22 and 47. RGB value is (174,34,71). Sum of RGB (Red+Green+Blue) = 174+34+71=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2247 is #51DDB8. Grayscale: #505050. Windows color (decimal): -5365177 or 4661934. OLE color: 4661934.

HSL color Cylindrical-coordinate representation of color #AE2247: hue angle of 344.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2247 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 71 -
CMYK 0 0.80 0.59 0.32
HSL 344.14º 0.67% 0.41% -
HSV(B) 344.14º 0.8% 0.68% -
XYZ 19.16 10.6 7 -
YUV 80.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 174 34 71 0 0.80 0.59 0.32 344.14 0.67 0.41
Hex AE 22 47 0 50 3B 20 158 43 29
Octal 256 42 107 0 120 73 40 530 103 51
Binary 10101110 100010 1000111 0 1010000 111011 100000 101011000 1000011 101001

Color Harmonies of #AE2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2247

Black with #AE2247

Text Example


Text Example

White with #AE2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2247; }

 p { color: rgb(174,34,71); }

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

background-color css

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

 a { background-color: rgb(174,34,71); }

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

border-color css

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

 span { border-color: rgb(174,34,71); }

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