Html Css Color HEX #AE5550 Apple Blossom

📋 copy color: '#AE5550'

red 174 ◦ green 85 ◦ blue 80

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

Shades of Apple Blossom #AE5550

Tints of Apple Blossom #AE5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 51.33%
G = 25.07%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE5550 (or 0xAE5550) is known color: Apple Blossom. HEX triplet: AE, 55 and 50. RGB value is (174,85,80). Sum of RGB (Red+Green+Blue) = 174+85+80=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5550 is #51AAAF. Grayscale: #6F6F6F. Windows color (decimal): -5352112 or 5264814. OLE color: 5264814.

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

Color convert

RGB 174 85 80 -
CMYK 0 0.51 0.54 0.32
HSL 3.19º 0.37% 0.5% -
HSV(B) 3.19º 0.54% 0.68% -
XYZ 22.15 16.07 9.52 -
YUV 111.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 174 85 80 0 0.51 0.54 0.32 3.19 0.37 0.5
Hex AE 55 50 0 33 36 20 3 25 32
Octal 256 125 120 0 63 66 40 3 45 62
Binary 10101110 1010101 1010000 0 110011 110110 100000 11 100101 110010

Color Harmonies of #AE5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5550

Black with #AE5550

Text Example


Text Example

White with #AE5550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5550; }

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

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

background-color css

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

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

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

border-color css

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

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

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