#AE554E

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

Shades of Apple Blossom #AE554E

Tints of Apple Blossom #AE554E

Color information

#AE554E (or 0xAE554E) is unknown color: approx Apple Blossom. HEX triplet: AE, 55 and 4E. RGB value is (174,85,78). Sum of RGB (Red+Green+Blue) = 174+85+78=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE554E is #51AAB1. Grayscale: #6E6E6E. Windows color (decimal): -5352114 or 5133742. OLE color: 5133742.

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

Color convert

RGB1748578-
CMYK00.510.550.32
HSL4.38º38.1%49.41%-
HSV(B)4.38º55.17%68.24%-
XYZ22.0816.059.14-
YUV110.81109.49173.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=51.63%
G=25.22%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174857800.510.550.324.3838.149.41
HexAE554E033372042631
Octal256125116063674044661
Binary10101110101010110011100110011110111100000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE554E; }

 p { color: rgb(174,85,78); }

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

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

 a { background-color: rgb(174,85,78); }

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

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

 span { border-color: rgb(174,85,78); }

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