#A24F49

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

Shades of Apple Blossom #A24F49

Tints of Apple Blossom #A24F49

Color information

#A24F49 (or 0xA24F49) is unknown color: approx Apple Blossom. HEX triplet: A2, 4F and 49. RGB value is (162,79,73). Sum of RGB (Red+Green+Blue) = 162+79+73=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F49 is #5DB0B6. Grayscale: #676767. Windows color (decimal): -6140087 or 4804514. OLE color: 4804514.

HSL color Cylindrical-coordinate representation of color #A24F49: hue angle of 4.04º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24F49 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1627973-
CMYK00.510.550.36
HSL4.04º37.87%46.08%-
HSV(B)4.04º54.94%63.53%-
XYZ18.913.757.96-
YUV103.13111169.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=51.59%
G=25.16%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162797300.510.550.364.0437.8746.08
HexA24F4903337244262e
Octal242117111063674444656
Binary10100010100111110010010110011110111100100100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F49; }

 p { color: rgb(162,79,73); }

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

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

 a { background-color: rgb(162,79,73); }

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

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

 span { border-color: rgb(162,79,73); }

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