#AE4D4A

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

Shades of Apple Blossom #AE4D4A

Tints of Apple Blossom #AE4D4A

Color information

#AE4D4A (or 0xAE4D4A) is unknown color: approx Apple Blossom. HEX triplet: AE, 4D and 4A. RGB value is (174,77,74). Sum of RGB (Red+Green+Blue) = 174+77+74=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D4A is #51B2B5. Grayscale: #696969. Windows color (decimal): -5354166 or 4869550. OLE color: 4869550.

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

Color convert

RGB1747774-
CMYK00.560.570.32
HSL1.8º40.32%48.63%-
HSV(B)1.8º57.47%68.24%-
XYZ21.3514.88.21-
YUV105.66110.14176.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=53.54%
G=23.69%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174777400.560.570.321.840.3248.63
HexAE4D4A038392022831
Octal256115112070714025061
Binary1010111010011011001010011100011100110000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D4A; }

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

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

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

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

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

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

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

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