Html Css Color HEX #AE2246 Old Rose

📋 copy color: '#AE2246'

red 174 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #AE2246

Tints of Old Rose #AE2246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 62.59%
G = 12.23%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE2246 (or 0xAE2246) is known color: Old Rose. HEX triplet: AE, 22 and 46. RGB value is (174,34,70). Sum of RGB (Red+Green+Blue) = 174+34+70=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2246 is #51DDB9. Grayscale: #4F4F4F. Windows color (decimal): -5365178 or 4596398. OLE color: 4596398.

HSL color Cylindrical-coordinate representation of color #AE2246: hue angle of 344.57º 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 #AE2246 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 70 -
CMYK 0 0.80 0.60 0.32
HSL 344.57º 0.67% 0.41% -
HSV(B) 344.57º 0.8% 0.68% -
XYZ 19.13 10.58 6.83 -
YUV 79.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 174 34 70 0 0.80 0.60 0.32 344.57 0.67 0.41
Hex AE 22 46 0 50 3C 20 159 43 29
Octal 256 42 106 0 120 74 40 531 103 51
Binary 10101110 100010 1000110 0 1010000 111100 100000 101011001 1000011 101001

Color Harmonies of #AE2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2246

Black with #AE2246

Text Example


Text Example

White with #AE2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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