#AE5250

Color #AE5250 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AE5250

Tints of Apple Blossom #AE5250

Color information

#AE5250 (or 0xAE5250) is unknown color: approx Apple Blossom. HEX triplet: AE, 52 and 50. RGB value is (174,82,80). Sum of RGB (Red+Green+Blue) = 174+82+80=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5250 is #51ADAF. Grayscale: #6D6D6D. Windows color (decimal): -5352880 or 5264046. OLE color: 5264046.

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

Color convert

RGB1748280-
CMYK00.530.540.32
HSL1.28º37.01%49.8%-
HSV(B)1.28º54.02%68.24%-
XYZ21.9215.619.45-
YUV109.28111.48174.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=51.79%
G=24.40%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174828000.530.540.321.2837.0149.8
HexAE5250035362012532
Octal256122120065664014562
Binary101011101010010101000001101011101101000001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5250; }

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

 H1.HeaderClassName
 {
   color: #AE5250;
 }
 .AnyTagClassName
 {
   color: #AE5250;
 }
</style>
background-color css

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

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

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

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

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

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