Html Css Color HEX #AE313E Old Rose

📋 copy color: '#AE313E'

red 174 ◦ green 49 ◦ blue 62

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

Shades of Old Rose #AE313E

Tints of Old Rose #AE313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 61.05%
G = 17.19%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE313E (or 0xAE313E) is known color: Old Rose. HEX triplet: AE, 31 and 3E. RGB value is (174,49,62). Sum of RGB (Red+Green+Blue) = 174+49+62=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE313E is #51CEC1. Grayscale: #575757. Windows color (decimal): -5361346 or 4075950. OLE color: 4075950.

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

Color convert

RGB 174 49 62 -
CMYK 0 0.72 0.64 0.32
HSL 353.76º 0.56% 0.44% -
HSV(B) 353.76º 0.72% 0.68% -
XYZ 19.42 11.54 5.76 -
YUV 87.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 174 49 62 0 0.72 0.64 0.32 353.76 0.56 0.44
Hex AE 31 3E 0 48 40 20 162 38 2C
Octal 256 61 76 0 110 100 40 542 70 54
Binary 10101110 110001 111110 0 1001000 1000000 100000 101100010 111000 101100

Color Harmonies of #AE313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE313E

Black with #AE313E

Text Example


Text Example

White with #AE313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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