Html Css Color HEX #AE2A52 Old Rose

📋 copy color: '#AE2A52'

red 174 ◦ green 42 ◦ blue 82

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

Shades of Old Rose #AE2A52

Tints of Old Rose #AE2A52

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 58.39%
G = 14.09%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE2A52 (or 0xAE2A52) is known color: Old Rose. HEX triplet: AE, 2A and 52. RGB value is (174,42,82). Sum of RGB (Red+Green+Blue) = 174+42+82=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2A52 is #51D5AD. Grayscale: #555555. Windows color (decimal): -5363118 or 5384878. OLE color: 5384878.

HSL color Cylindrical-coordinate representation of color #AE2A52: hue angle of 341.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A52 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 42 82 -
CMYK 0 0.76 0.53 0.32
HSL 341.82º 0.61% 0.42% -
HSV(B) 341.82º 0.76% 0.68% -
XYZ 19.81 11.26 9.11 -
YUV 86.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 174 42 82 0 0.76 0.53 0.32 341.82 0.61 0.42
Hex AE 2A 52 0 4C 35 20 156 3D 2A
Octal 256 52 122 0 114 65 40 526 75 52
Binary 10101110 101010 1010010 0 1001100 110101 100000 101010110 111101 101010

Color Harmonies of #AE2A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2A52

Black with #AE2A52

Text Example


Text Example

White with #AE2A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2A52; }

 p { color: rgb(174,42,82); }

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

background-color css

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

 a { background-color: rgb(174,42,82); }

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

border-color css

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

 span { border-color: rgb(174,42,82); }

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