#A24F4D

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

Shades of Apple Blossom #A24F4D

Tints of Apple Blossom #A24F4D

Color information

#A24F4D (or 0xA24F4D) is unknown color: approx Apple Blossom. HEX triplet: A2, 4F and 4D. RGB value is (162,79,77). Sum of RGB (Red+Green+Blue) = 162+79+77=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F4D is #5DB0B2. Grayscale: #676767. Windows color (decimal): -6140083 or 5066658. OLE color: 5066658.

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

Color convert

RGB1627977-
CMYK00.510.520.36
HSL1.41º35.56%46.86%-
HSV(B)1.41º52.47%63.53%-
XYZ19.0413.818.68-
YUV103.59113169.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=50.94%
G=24.84%
B=24.21%

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
Decimal162797700.510.520.361.4135.5646.86
HexA24F4D03334241242f
Octal242117115063644414457
Binary101000101001111100110101100111101001001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F4D; }

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

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

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

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

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

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

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

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