Html Css Color HEX #AE314A Old Rose

📋 copy color: '#AE314A'

red 174 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #AE314A

Tints of Old Rose #AE314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 58.59%
G = 16.5%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE314A (or 0xAE314A) is known color: Old Rose. HEX triplet: AE, 31 and 4A. RGB value is (174,49,74). Sum of RGB (Red+Green+Blue) = 174+49+74=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE314A is #51CEB5. Grayscale: #595959. Windows color (decimal): -5361334 or 4862382. OLE color: 4862382.

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

Color convert

RGB 174 49 74 -
CMYK 0 0.72 0.57 0.32
HSL 348º 0.56% 0.44% -
HSV(B) 348º 0.72% 0.68% -
XYZ 19.79 11.69 7.69 -
YUV 89.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 174 49 74 0 0.72 0.57 0.32 348 0.56 0.44
Hex AE 31 4A 0 48 39 20 15C 38 2C
Octal 256 61 112 0 110 71 40 534 70 54
Binary 10101110 110001 1001010 0 1001000 111001 100000 101011100 111000 101100

Color Harmonies of #AE314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE314A

Black with #AE314A

Text Example


Text Example

White with #AE314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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