Html Css Color HEX #AE504E Apple Blossom

📋 copy color: '#AE504E'

red 174 ◦ green 80 ◦ blue 78

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

Shades of Apple Blossom #AE504E

Tints of Apple Blossom #AE504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 52.41%
G = 24.1%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE504E (or 0xAE504E) is known color: Apple Blossom. HEX triplet: AE, 50 and 4E. RGB value is (174,80,78). Sum of RGB (Red+Green+Blue) = 174+80+78=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE504E is #51AFB1. Grayscale: #6B6B6B. Windows color (decimal): -5353394 or 5132462. OLE color: 5132462.

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

Color convert

RGB 174 80 78 -
CMYK 0 0.54 0.55 0.32
HSL 1.25º 0.38% 0.49% -
HSV(B) 1.25º 0.55% 0.68% -
XYZ 21.7 15.29 9.01 -
YUV 107.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 174 80 78 0 0.54 0.55 0.32 1.25 0.38 0.49
Hex AE 50 4E 0 36 37 20 1 26 31
Octal 256 120 116 0 66 67 40 1 46 61
Binary 10101110 1010000 1001110 0 110110 110111 100000 1 100110 110001

Color Harmonies of #AE504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE504E

Black with #AE504E

Text Example


Text Example

White with #AE504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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