#AE524D

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

Shades of Apple Blossom #AE524D

Tints of Apple Blossom #AE524D

Color information

#AE524D (or 0xAE524D) is unknown color: approx Apple Blossom. HEX triplet: AE, 52 and 4D. RGB value is (174,82,77). Sum of RGB (Red+Green+Blue) = 174+82+77=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE524D is #51ADB2. Grayscale: #6D6D6D. Windows color (decimal): -5352883 or 5067438. OLE color: 5067438.

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

Color convert

RGB1748277-
CMYK00.530.560.32
HSL3.09º38.65%49.22%-
HSV(B)3.09º55.75%68.24%-
XYZ21.8115.578.88-
YUV108.94109.98174.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=52.25%
G=24.62%
B=23.12%

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
Decimal174827700.530.560.323.0938.6549.22
HexAE524D035382032731
Octal256122115065704034761
Binary1010111010100101001101011010111100010000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE524D; }

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

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

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

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

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

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

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

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