#AE5348

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

Shades of Apple Blossom #AE5348

Tints of Apple Blossom #AE5348

Color information

#AE5348 (or 0xAE5348) is unknown color: approx Apple Blossom. HEX triplet: AE, 53 and 48. RGB value is (174,83,72). Sum of RGB (Red+Green+Blue) = 174+83+72=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5348 is #51ACB7. Grayscale: #6D6D6D. Windows color (decimal): -5352632 or 4740014. OLE color: 4740014.

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

Color convert

RGB1748372-
CMYK00.520.590.32
HSL6.47º41.46%48.24%-
HSV(B)6.47º58.62%68.24%-
XYZ21.7215.658.01-
YUV108.95107.15174.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=52.89%
G=25.23%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174837200.520.590.326.4741.4648.24
HexAE53480343B2062930
Octal256123110064734065160
Binary10101110101001110010000110100111011100000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5348; }

 p { color: rgb(174,83,72); }

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

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

 a { background-color: rgb(174,83,72); }

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

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

 span { border-color: rgb(174,83,72); }

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