#AE5C54

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

Shades of Apple Blossom #AE5C54

Tints of Apple Blossom #AE5C54

Color information

#AE5C54 (or 0xAE5C54) is unknown color: approx Apple Blossom. HEX triplet: AE, 5C and 54. RGB value is (174,92,84). Sum of RGB (Red+Green+Blue) = 174+92+84=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C54 is #51A3AB. Grayscale: #737373. Windows color (decimal): -5350316 or 5528750. OLE color: 5528750.

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

Color convert

RGB1749284-
CMYK00.470.520.32
HSL5.33º35.71%50.59%-
HSV(B)5.33º51.72%68.24%-
XYZ22.8817.2910.52-
YUV115.61110.17169.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 84 (33.20% from 255) = 24%
R=49.71%
G=26.29%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174928400.470.520.325.3335.7150.59
HexAE5C5402F342052433
Octal256134124057644054463
Binary10101110101110010101000101111110100100000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C54; }

 p { color: rgb(174,92,84); }

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

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

 a { background-color: rgb(174,92,84); }

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

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

 span { border-color: rgb(174,92,84); }

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