#A24F45

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

Shades of Apple Blossom #A24F45

Tints of Apple Blossom #A24F45

Color information

#A24F45 (or 0xA24F45) is unknown color: approx Apple Blossom. HEX triplet: A2, 4F and 45. RGB value is (162,79,69). Sum of RGB (Red+Green+Blue) = 162+79+69=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F45 is #5DB0BA. Grayscale: #666666. Windows color (decimal): -6140091 or 4542370. OLE color: 4542370.

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

Color convert

RGB1627969-
CMYK00.510.570.36
HSL6.45º40.26%45.29%-
HSV(B)6.45º57.41%63.53%-
XYZ18.7713.77.29-
YUV102.68109170.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=52.26%
G=25.48%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162796900.510.570.366.4540.2645.29
HexA24F4503339246282d
Octal242117105063714465055
Binary10100010100111110001010110011111001100100110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F45; }

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

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

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

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

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

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

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

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