Html Css Color HEX #AE1C47 Old Rose

📋 copy color: '#AE1C47'

red 174 ◦ green 28 ◦ blue 71

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

Shades of Old Rose #AE1C47

Tints of Old Rose #AE1C47

RGB

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

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

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

R = 63.74%
G = 10.26%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE1C47 (or 0xAE1C47) is known color: Old Rose. HEX triplet: AE, 1C and 47. RGB value is (174,28,71). Sum of RGB (Red+Green+Blue) = 174+28+71=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C47 is #51E3B8. Grayscale: #4C4C4C. Windows color (decimal): -5366713 or 4660398. OLE color: 4660398.

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

Color convert

RGB 174 28 71 -
CMYK 0 0.84 0.59 0.32
HSL 342.33º 0.72% 0.4% -
HSV(B) 342.33º 0.84% 0.68% -
XYZ 19.01 10.28 6.94 -
YUV 76.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 174 28 71 0 0.84 0.59 0.32 342.33 0.72 0.4
Hex AE 1C 47 0 54 3B 20 156 48 28
Octal 256 34 107 0 124 73 40 526 110 50
Binary 10101110 11100 1000111 0 1010100 111011 100000 101010110 1001000 101000

Color Harmonies of #AE1C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C47

Black with #AE1C47

Text Example


Text Example

White with #AE1C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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