#AE4D3E

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

Shades of Apple Blossom #AE4D3E

Tints of Apple Blossom #AE4D3E

Color information

#AE4D3E (or 0xAE4D3E) is unknown color: approx Apple Blossom. HEX triplet: AE, 4D and 3E. RGB value is (174,77,62). Sum of RGB (Red+Green+Blue) = 174+77+62=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D3E is #51B2C1. Grayscale: #686868. Windows color (decimal): -5354178 or 4083118. OLE color: 4083118.

HSL color Cylindrical-coordinate representation of color #AE4D3E: hue angle of 8.04º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE4D3E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1747762-
CMYK00.560.640.32
HSL8.04º47.46%46.27%-
HSV(B)8.04º64.37%68.24%-
XYZ20.9814.656.28-
YUV104.29104.14177.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=55.59%
G=24.60%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174776200.560.640.328.0447.4646.27
HexAE4D3E038402082f2e
Octal2561157607010040105756
Binary101011101001101111110011100010000001000001000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D3E; }

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

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

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

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

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

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

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

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