Html Css Color HEX #AE2047 Old Rose

📋 copy color: '#AE2047'

red 174 ◦ green 32 ◦ blue 71

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

Shades of Old Rose #AE2047

Tints of Old Rose #AE2047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 62.82%
G = 11.55%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE2047 (or 0xAE2047) is known color: Old Rose. HEX triplet: AE, 20 and 47. RGB value is (174,32,71). Sum of RGB (Red+Green+Blue) = 174+32+71=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2047 is #51DFB8. Grayscale: #4E4E4E. Windows color (decimal): -5365689 or 4661422. OLE color: 4661422.

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

Color convert

RGB 174 32 71 -
CMYK 0 0.82 0.59 0.32
HSL 343.52º 0.69% 0.4% -
HSV(B) 343.52º 0.82% 0.68% -
XYZ 19.11 10.49 6.98 -
YUV 78.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 174 32 71 0 0.82 0.59 0.32 343.52 0.69 0.4
Hex AE 20 47 0 52 3B 20 158 45 28
Octal 256 40 107 0 122 73 40 530 105 50
Binary 10101110 100000 1000111 0 1010010 111011 100000 101011000 1000101 101000

Color Harmonies of #AE2047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2047

Black with #AE2047

Text Example


Text Example

White with #AE2047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2047; }

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

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

background-color css

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

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

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

border-color css

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

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

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