#AE4941

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

Shades of Apple Blossom #AE4941

Tints of Apple Blossom #AE4941

Color information

#AE4941 (or 0xAE4941) is unknown color: approx Apple Blossom. HEX triplet: AE, 49 and 41. RGB value is (174,73,65). Sum of RGB (Red+Green+Blue) = 174+73+65=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4941 is #51B6BE. Grayscale: #666666. Windows color (decimal): -5355199 or 4278702. OLE color: 4278702.

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

Color convert

RGB1747365-
CMYK00.580.630.32
HSL4.4º45.61%46.86%-
HSV(B)4.4º62.64%68.24%-
XYZ20.7914.156.64-
YUV102.29106.96179.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=55.77%
G=23.40%
B=20.83%

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
Decimal174736500.580.630.324.445.6146.86
HexAE494103A3F2042e2f
Octal256111101072774045657
Binary10101110100100110000010111010111111100000100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4941; }

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

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

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

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

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

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

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

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