#AE4940

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

Shades of Apple Blossom #AE4940

Tints of Apple Blossom #AE4940

Color information

#AE4940 (or 0xAE4940) is unknown color: approx Apple Blossom. HEX triplet: AE, 49 and 40. RGB value is (174,73,64). Sum of RGB (Red+Green+Blue) = 174+73+64=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4940 is #51B6BF. Grayscale: #666666. Windows color (decimal): -5355200 or 4213166. OLE color: 4213166.

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

Color convert

RGB1747364-
CMYK00.580.630.32
HSL4.91º46.22%46.67%-
HSV(B)4.91º63.22%68.24%-
XYZ20.7614.136.48-
YUV102.17106.46179.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=55.95%
G=23.47%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174736400.580.630.324.9146.2246.67
HexAE494003A3F2052e2f
Octal256111100072774055657
Binary10101110100100110000000111010111111100000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4940; }

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

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

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

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

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

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

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

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