#AE514D

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

Shades of Apple Blossom #AE514D

Tints of Apple Blossom #AE514D

Color information

#AE514D (or 0xAE514D) is unknown color: approx Apple Blossom. HEX triplet: AE, 51 and 4D. RGB value is (174,81,77). Sum of RGB (Red+Green+Blue) = 174+81+77=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE514D is #51AEB2. Grayscale: #6C6C6C. Windows color (decimal): -5353139 or 5067182. OLE color: 5067182.

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

Color convert

RGB1748177-
CMYK00.530.560.32
HSL2.47º38.65%49.22%-
HSV(B)2.47º55.75%68.24%-
XYZ21.7415.428.85-
YUV108.35110.31174.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=52.41%
G=24.40%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174817700.530.560.322.4738.6549.22
HexAE514D035382022731
Octal256121115065704024761
Binary1010111010100011001101011010111100010000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE514D; }

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

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

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

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

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

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

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

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