Html Css Color HEX #AE204C Old Rose

📋 copy color: '#AE204C'

red 174 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #AE204C

Tints of Old Rose #AE204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 61.7%
G = 11.35%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE204C (or 0xAE204C) is known color: Old Rose. HEX triplet: AE, 20 and 4C. RGB value is (174,32,76). Sum of RGB (Red+Green+Blue) = 174+32+76=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE204C is #51DFB3. Grayscale: #4F4F4F. Windows color (decimal): -5365684 or 4989102. OLE color: 4989102.

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

Color convert

RGB 174 32 76 -
CMYK 0 0.82 0.56 0.32
HSL 341.41º 0.69% 0.4% -
HSV(B) 341.41º 0.82% 0.68% -
XYZ 19.28 10.55 7.86 -
YUV 79.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 174 32 76 0 0.82 0.56 0.32 341.41 0.69 0.4
Hex AE 20 4C 0 52 38 20 155 45 28
Octal 256 40 114 0 122 70 40 525 105 50
Binary 10101110 100000 1001100 0 1010010 111000 100000 101010101 1000101 101000

Color Harmonies of #AE204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE204C

Black with #AE204C

Text Example


Text Example

White with #AE204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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