Html Css Color HEX #AE204D Old Rose

📋 copy color: '#AE204D'

red 174 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #AE204D

Tints of Old Rose #AE204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 61.48%
G = 11.31%
B = 27.21%

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

#AE204D (or 0xAE204D) is known color: Old Rose. HEX triplet: AE, 20 and 4D. RGB value is (174,32,77). Sum of RGB (Red+Green+Blue) = 174+32+77=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE204D is #51DFB2. Grayscale: #4F4F4F. Windows color (decimal): -5365683 or 5054638. OLE color: 5054638.

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

Color convert

RGB 174 32 77 -
CMYK 0 0.82 0.56 0.32
HSL 340.99º 0.69% 0.4% -
HSV(B) 340.99º 0.82% 0.68% -
XYZ 19.31 10.57 8.04 -
YUV 79.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 174 32 77 0 0.82 0.56 0.32 340.99 0.69 0.4
Hex AE 20 4D 0 52 38 20 155 45 28
Octal 256 40 115 0 122 70 40 525 105 50
Binary 10101110 100000 1001101 0 1010010 111000 100000 101010101 1000101 101000

Color Harmonies of #AE204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE204D

Black with #AE204D

Text Example


Text Example

White with #AE204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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