#AE4A41

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

Shades of Apple Blossom #AE4A41

Tints of Apple Blossom #AE4A41

Color information

#AE4A41 (or 0xAE4A41) is unknown color: approx Apple Blossom. HEX triplet: AE, 4A and 41. RGB value is (174,74,65). Sum of RGB (Red+Green+Blue) = 174+74+65=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A41 is #51B5BE. Grayscale: #676767. Windows color (decimal): -5354943 or 4278958. OLE color: 4278958.

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

Color convert

RGB1747465-
CMYK00.570.630.32
HSL4.95º45.61%46.86%-
HSV(B)4.95º62.64%68.24%-
XYZ20.8614.286.66-
YUV102.87106.63178.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=55.59%
G=23.64%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174746500.570.630.324.9545.6146.86
HexAE4A410393F2052e2f
Octal256112101071774055657
Binary10101110100101010000010111001111111100000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A41; }

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

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

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

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

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

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

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

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