#AE5044

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

Shades of Apple Blossom #AE5044

Tints of Apple Blossom #AE5044

Color information

#AE5044 (or 0xAE5044) is unknown color: approx Apple Blossom. HEX triplet: AE, 50 and 44. RGB value is (174,80,68). Sum of RGB (Red+Green+Blue) = 174+80+68=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5044 is #51AFBB. Grayscale: #6A6A6A. Windows color (decimal): -5353404 or 4477102. OLE color: 4477102.

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

Color convert

RGB1748068-
CMYK00.540.610.32
HSL6.79º43.8%47.45%-
HSV(B)6.79º60.92%68.24%-
XYZ21.3715.157.27-
YUV106.74106.14175.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=54.04%
G=24.84%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174806800.540.610.326.7943.847.45
HexAE50440363D2072c2f
Octal256120104066754075457
Binary10101110101000010001000110110111101100000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5044; }

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

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

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

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

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

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

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

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