#A24E4D

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

Shades of Apple Blossom #A24E4D

Tints of Apple Blossom #A24E4D

Color information

#A24E4D (or 0xA24E4D) is unknown color: approx Apple Blossom. HEX triplet: A2, 4E and 4D. RGB value is (162,78,77). Sum of RGB (Red+Green+Blue) = 162+78+77=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E4D is #5DB1B2. Grayscale: #676767. Windows color (decimal): -6140339 or 5066402. OLE color: 5066402.

HSL color Cylindrical-coordinate representation of color #A24E4D: hue angle of 0.71º degrees, saturation: 0.36, 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 #A24E4D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1627877-
CMYK00.520.520.36
HSL0.71º35.56%46.86%-
HSV(B)0.71º52.47%63.53%-
XYZ18.9613.678.66-
YUV103113.33170.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=51.10%
G=24.61%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162787700.520.520.360.7135.5646.86
HexA24E4D03434241242f
Octal242116115064644414457
Binary101000101001110100110101101001101001001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E4D; }

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

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

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

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

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

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

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

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