#AE5241

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

Shades of Apple Blossom #AE5241

Tints of Apple Blossom #AE5241

Color information

#AE5241 (or 0xAE5241) is unknown color: approx Apple Blossom. HEX triplet: AE, 52 and 41. RGB value is (174,82,65). Sum of RGB (Red+Green+Blue) = 174+82+65=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5241 is #51ADBE. Grayscale: #6B6B6B. Windows color (decimal): -5352895 or 4281006. OLE color: 4281006.

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

Color convert

RGB1748265-
CMYK00.530.630.32
HSL9.36º45.61%46.86%-
HSV(B)9.36º62.64%68.24%-
XYZ21.4315.416.85-
YUV107.57103.98175.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=54.21%
G=25.55%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174826500.530.630.329.3645.6146.86
HexAE52410353F2092e2f
Octal2561221010657740115657
Binary101011101010010100000101101011111111000001001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5241; }

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

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

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

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

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

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

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

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