#AE564B

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

Shades of Apple Blossom #AE564B

Tints of Apple Blossom #AE564B

Color information

#AE564B (or 0xAE564B) is unknown color: approx Apple Blossom. HEX triplet: AE, 56 and 4B. RGB value is (174,86,75). Sum of RGB (Red+Green+Blue) = 174+86+75=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE564B is #51A9B4. Grayscale: #6F6F6F. Windows color (decimal): -5351861 or 4937390. OLE color: 4937390.

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

Color convert

RGB1748675-
CMYK00.510.570.32
HSL6.67º39.76%48.82%-
HSV(B)6.67º56.9%68.24%-
XYZ22.0516.168.61-
YUV111.06107.65172.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=51.94%
G=25.67%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174867500.510.570.326.6739.7648.82
HexAE564B033392072831
Octal256126113063714075061
Binary10101110101011010010110110011111001100000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE564B; }

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

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

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

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

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

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

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

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