#AE4E4C

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

Shades of Apple Blossom #AE4E4C

Tints of Apple Blossom #AE4E4C

Color information

#AE4E4C (or 0xAE4E4C) is unknown color: approx Apple Blossom. HEX triplet: AE, 4E and 4C. RGB value is (174,78,76). Sum of RGB (Red+Green+Blue) = 174+78+76=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E4C is #51B1B3. Grayscale: #6A6A6A. Windows color (decimal): -5353908 or 5000878. OLE color: 5000878.

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

Color convert

RGB1747876-
CMYK00.550.560.32
HSL1.22º39.2%49.02%-
HSV(B)1.22º56.32%68.24%-
XYZ21.4814.978.59-
YUV106.48110.8176.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=53.05%
G=23.78%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174787600.550.560.321.2239.249.02
HexAE4E4C037382012731
Octal256116114067704014761
Binary101011101001110100110001101111110001000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E4C; }

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

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

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

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

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

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

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

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