#AE5240

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

Shades of Apple Blossom #AE5240

Tints of Apple Blossom #AE5240

Color information

#AE5240 (or 0xAE5240) is unknown color: approx Apple Blossom. HEX triplet: AE, 52 and 40. RGB value is (174,82,64). Sum of RGB (Red+Green+Blue) = 174+82+64=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5240 is #51ADBF. Grayscale: #6B6B6B. Windows color (decimal): -5352896 or 4215470. OLE color: 4215470.

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

Color convert

RGB1748264-
CMYK00.530.630.32
HSL9.82º46.22%46.67%-
HSV(B)9.82º63.22%68.24%-
XYZ21.415.46.7-
YUV107.46103.48175.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 64 (25.39% from 255) = 20%
R=54.38%
G=25.62%
B=20%

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
Decimal174826400.530.630.329.8246.2246.67
HexAE52400353F20a2e2f
Octal2561221000657740125657
Binary101011101010010100000001101011111111000001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5240; }

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

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

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

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

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

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

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

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