#AE4D45

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

Shades of Apple Blossom #AE4D45

Tints of Apple Blossom #AE4D45

Color information

#AE4D45 (or 0xAE4D45) is unknown color: approx Apple Blossom. HEX triplet: AE, 4D and 45. RGB value is (174,77,69). Sum of RGB (Red+Green+Blue) = 174+77+69=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D45 is #51B2BA. Grayscale: #696969. Windows color (decimal): -5354171 or 4541870. OLE color: 4541870.

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

Color convert

RGB1747769-
CMYK00.560.600.32
HSL4.57º43.21%47.65%-
HSV(B)4.57º60.34%68.24%-
XYZ21.1814.747.36-
YUV105.09107.64177.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=54.38%
G=24.06%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174776900.560.600.324.5743.2147.65
HexAE4D450383C2052b30
Octal256115105070744055360
Binary10101110100110110001010111000111100100000101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D45; }

 p { color: rgb(174,77,69); }

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

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

 a { background-color: rgb(174,77,69); }

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

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

 span { border-color: rgb(174,77,69); }

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