#AE5B52

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

Shades of Apple Blossom #AE5B52

Tints of Apple Blossom #AE5B52

Color information

#AE5B52 (or 0xAE5B52) is unknown color: approx Apple Blossom. HEX triplet: AE, 5B and 52. RGB value is (174,91,82). Sum of RGB (Red+Green+Blue) = 174+91+82=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5B52 is #51A4AD. Grayscale: #727272. Windows color (decimal): -5350574 or 5397422. OLE color: 5397422.

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

Color convert

RGB1749182-
CMYK00.480.530.32
HSL5.87º36.22%50.2%-
HSV(B)5.87º52.87%68.24%-
XYZ22.7217.0910.08-
YUV114.79109.5170.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=50.14%
G=26.22%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174918200.480.530.325.8736.2250.2
HexAE5B52030352062432
Octal256133122060654064462
Binary10101110101101110100100110000110101100000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B52; }

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

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

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

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

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

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

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

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