Html Css Color HEX #AE214C Old Rose

📋 copy color: '#AE214C'

red 174 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #AE214C

Tints of Old Rose #AE214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 61.48%
G = 11.66%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE214C (or 0xAE214C) is known color: Old Rose. HEX triplet: AE, 21 and 4C. RGB value is (174,33,76). Sum of RGB (Red+Green+Blue) = 174+33+76=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE214C is #51DEB3. Grayscale: #505050. Windows color (decimal): -5365428 or 4989358. OLE color: 4989358.

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

Color convert

RGB 174 33 76 -
CMYK 0 0.81 0.56 0.32
HSL 341.7º 0.68% 0.41% -
HSV(B) 341.7º 0.81% 0.68% -
XYZ 19.3 10.61 7.87 -
YUV 80.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 174 33 76 0 0.81 0.56 0.32 341.7 0.68 0.41
Hex AE 21 4C 0 51 38 20 156 44 29
Octal 256 41 114 0 121 70 40 526 104 51
Binary 10101110 100001 1001100 0 1010001 111000 100000 101010110 1000100 101001

Color Harmonies of #AE214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE214C

Black with #AE214C

Text Example


Text Example

White with #AE214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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