Html Css Color HEX #AE504C Apple Blossom

📋 copy color: '#AE504C'

red 174 ◦ green 80 ◦ blue 76

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

Shades of Apple Blossom #AE504C

Tints of Apple Blossom #AE504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

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

R = 52.73%
G = 24.24%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE504C (or 0xAE504C) is known color: Apple Blossom. HEX triplet: AE, 50 and 4C. RGB value is (174,80,76). Sum of RGB (Red+Green+Blue) = 174+80+76=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE504C is #51AFB3. Grayscale: #6B6B6B. Windows color (decimal): -5353396 or 5001390. OLE color: 5001390.

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

Color convert

RGB 174 80 76 -
CMYK 0 0.54 0.56 0.32
HSL 2.45º 0.39% 0.49% -
HSV(B) 2.45º 0.56% 0.68% -
XYZ 21.63 15.26 8.64 -
YUV 107.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 174 80 76 0 0.54 0.56 0.32 2.45 0.39 0.49
Hex AE 50 4C 0 36 38 20 2 27 31
Octal 256 120 114 0 66 70 40 2 47 61
Binary 10101110 1010000 1001100 0 110110 111000 100000 10 100111 110001

Color Harmonies of #AE504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE504C

Black with #AE504C

Text Example


Text Example

White with #AE504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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