#AE5040

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

Shades of Apple Blossom #AE5040

Tints of Apple Blossom #AE5040

Color information

#AE5040 (or 0xAE5040) is unknown color: approx Apple Blossom. HEX triplet: AE, 50 and 40. RGB value is (174,80,64). Sum of RGB (Red+Green+Blue) = 174+80+64=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5040 is #51AFBF. Grayscale: #6A6A6A. Windows color (decimal): -5353408 or 4214958. OLE color: 4214958.

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

Color convert

RGB1748064-
CMYK00.540.630.32
HSL8.73º46.22%46.67%-
HSV(B)8.73º63.22%68.24%-
XYZ21.2515.116.65-
YUV106.28104.14176.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=54.72%
G=25.16%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174806400.540.630.328.7346.2246.67
HexAE50400363F2092e2f
Octal2561201000667740115657
Binary101011101010000100000001101101111111000001001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5040; }

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

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

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

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

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

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

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

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