#AE564A

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

Shades of Apple Blossom #AE564A

Tints of Apple Blossom #AE564A

Color information

#AE564A (or 0xAE564A) is unknown color: approx Apple Blossom. HEX triplet: AE, 56 and 4A. RGB value is (174,86,74). Sum of RGB (Red+Green+Blue) = 174+86+74=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE564A is #51A9B5. Grayscale: #6F6F6F. Windows color (decimal): -5351862 or 4871854. OLE color: 4871854.

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

Color convert

RGB1748674-
CMYK00.510.570.32
HSL7.2º40.32%48.63%-
HSV(B)7.2º57.47%68.24%-
XYZ22.0216.158.44-
YUV110.94107.15172.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=52.10%
G=25.75%
B=22.16%

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
Decimal174867400.510.570.327.240.3248.63
HexAE564A033392072831
Octal256126112063714075061
Binary10101110101011010010100110011111001100000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE564A; }

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

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

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

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

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

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

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

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