#AE564D

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

Shades of Apple Blossom #AE564D

Tints of Apple Blossom #AE564D

Color information

#AE564D (or 0xAE564D) is unknown color: approx Apple Blossom. HEX triplet: AE, 56 and 4D. RGB value is (174,86,77). Sum of RGB (Red+Green+Blue) = 174+86+77=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE564D is #51A9B2. Grayscale: #6F6F6F. Windows color (decimal): -5351859 or 5068462. OLE color: 5068462.

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

Color convert

RGB1748677-
CMYK00.510.560.32
HSL5.57º38.65%49.22%-
HSV(B)5.57º55.75%68.24%-
XYZ22.1216.198.98-
YUV111.29108.65172.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=51.63%
G=25.52%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174867700.510.560.325.5738.6549.22
HexAE564D033382062731
Octal256126115063704064761
Binary10101110101011010011010110011111000100000110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE564D; }

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

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

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

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

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

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

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

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