Html Css Color HEX #AE314C Old Rose

📋 copy color: '#AE314C'

red 174 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #AE314C

Tints of Old Rose #AE314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 58.19%
G = 16.39%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE314C (or 0xAE314C) is known color: Old Rose. HEX triplet: AE, 31 and 4C. RGB value is (174,49,76). Sum of RGB (Red+Green+Blue) = 174+49+76=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE314C is #51CEB3. Grayscale: #595959. Windows color (decimal): -5361332 or 4993454. OLE color: 4993454.

HSL color Cylindrical-coordinate representation of color #AE314C: hue angle of 347.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE314C is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 49 76 -
CMYK 0 0.72 0.56 0.32
HSL 347.04º 0.56% 0.44% -
HSV(B) 347.04º 0.72% 0.68% -
XYZ 19.86 11.72 8.05 -
YUV 89.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 174 49 76 0 0.72 0.56 0.32 347.04 0.56 0.44
Hex AE 31 4C 0 48 38 20 15B 38 2C
Octal 256 61 114 0 110 70 40 533 70 54
Binary 10101110 110001 1001100 0 1001000 111000 100000 101011011 111000 101100

Color Harmonies of #AE314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE314C

Black with #AE314C

Text Example


Text Example

White with #AE314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE314C; }

 p { color: rgb(174,49,76); }

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

background-color css

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

 a { background-color: rgb(174,49,76); }

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

border-color css

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

 span { border-color: rgb(174,49,76); }

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