Html Css Color HEX #AE1C4D Old Rose

📋 copy color: '#AE1C4D'

red 174 ◦ green 28 ◦ blue 77

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

Shades of Old Rose #AE1C4D

Tints of Old Rose #AE1C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 62.37%
G = 10.04%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE1C4D (or 0xAE1C4D) is known color: Old Rose. HEX triplet: AE, 1C and 4D. RGB value is (174,28,77). Sum of RGB (Red+Green+Blue) = 174+28+77=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C4D is #51E3B2. Grayscale: #4D4D4D. Windows color (decimal): -5366707 or 5053614. OLE color: 5053614.

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

Color convert

RGB 174 28 77 -
CMYK 0 0.84 0.56 0.32
HSL 339.86º 0.72% 0.4% -
HSV(B) 339.86º 0.84% 0.68% -
XYZ 19.21 10.37 8.01 -
YUV 77.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 174 28 77 0 0.84 0.56 0.32 339.86 0.72 0.4
Hex AE 1C 4D 0 54 38 20 154 48 28
Octal 256 34 115 0 124 70 40 524 110 50
Binary 10101110 11100 1001101 0 1010100 111000 100000 101010100 1001000 101000

Color Harmonies of #AE1C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C4D

Black with #AE1C4D

Text Example


Text Example

White with #AE1C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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