#A24F4E

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

Shades of Apple Blossom #A24F4E

Tints of Apple Blossom #A24F4E

Color information

#A24F4E (or 0xA24F4E) is unknown color: approx Apple Blossom. HEX triplet: A2, 4F and 4E. RGB value is (162,79,78). Sum of RGB (Red+Green+Blue) = 162+79+78=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F4E is #5DB0B1. Grayscale: #676767. Windows color (decimal): -6140082 or 5132194. OLE color: 5132194.

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

Color convert

RGB1627978-
CMYK00.510.520.36
HSL0.71º35%47.06%-
HSV(B)0.71º51.85%63.53%-
XYZ19.0713.828.87-
YUV103.7113.5169.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=50.78%
G=24.76%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162797800.510.520.360.713547.06
HexA24F4E03334241232f
Octal242117116063644414357
Binary101000101001111100111001100111101001001001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F4E; }

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

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

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

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

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

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

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

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