#AE4E46

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

Shades of Apple Blossom #AE4E46

Tints of Apple Blossom #AE4E46

Color information

#AE4E46 (or 0xAE4E46) is unknown color: approx Apple Blossom. HEX triplet: AE, 4E and 46. RGB value is (174,78,70). Sum of RGB (Red+Green+Blue) = 174+78+70=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E46 is #51B1B9. Grayscale: #696969. Windows color (decimal): -5353914 or 4607662. OLE color: 4607662.

HSL color Cylindrical-coordinate representation of color #AE4E46: hue angle of 4.62º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4E46 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1747870-
CMYK00.550.600.32
HSL4.62º42.62%47.84%-
HSV(B)4.62º59.77%68.24%-
XYZ21.2914.897.55-
YUV105.79107.8176.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=54.04%
G=24.22%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174787000.550.600.324.6242.6247.84
HexAE4E460373C2052b30
Octal256116106067744055360
Binary10101110100111010001100110111111100100000101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E46; }

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

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

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

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

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

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

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

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