Html Css Color HEX #AE4D49 Apple Blossom

📋 copy color: '#AE4D49'

red 174 ◦ green 77 ◦ blue 73

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

Shades of Apple Blossom #AE4D49

Tints of Apple Blossom #AE4D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 53.7%
G = 23.77%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE4D49 (or 0xAE4D49) is known color: Apple Blossom. HEX triplet: AE, 4D and 49. RGB value is (174,77,73). Sum of RGB (Red+Green+Blue) = 174+77+73=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D49 is #51B2B6. Grayscale: #696969. Windows color (decimal): -5354167 or 4804014. OLE color: 4804014.

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

Color convert

RGB 174 77 73 -
CMYK 0 0.56 0.58 0.32
HSL 2.38º 0.41% 0.48% -
HSV(B) 2.38º 0.58% 0.68% -
XYZ 21.31 14.79 8.03 -
YUV 105.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 174 77 73 0 0.56 0.58 0.32 2.38 0.41 0.48
Hex AE 4D 49 0 38 3A 20 2 29 30
Octal 256 115 111 0 70 72 40 2 51 60
Binary 10101110 1001101 1001001 0 111000 111010 100000 10 101001 110000

Color Harmonies of #AE4D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D49

Black with #AE4D49

Text Example


Text Example

White with #AE4D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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