#A24F44

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

Shades of Apple Blossom #A24F44

Tints of Apple Blossom #A24F44

Color information

#A24F44 (or 0xA24F44) is unknown color: approx Apple Blossom. HEX triplet: A2, 4F and 44. RGB value is (162,79,68). Sum of RGB (Red+Green+Blue) = 162+79+68=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F44 is #5DB0BB. Grayscale: #666666. Windows color (decimal): -6140092 or 4476834. OLE color: 4476834.

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

Color convert

RGB1627968-
CMYK00.510.580.36
HSL7.02º40.87%45.1%-
HSV(B)7.02º58.02%63.53%-
XYZ18.7413.697.12-
YUV102.56108.5170.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=52.43%
G=25.57%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162796800.510.580.367.0240.8745.1
HexA24F440333A247292d
Octal242117104063724475155
Binary10100010100111110001000110011111010100100111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F44; }

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

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

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

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

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

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

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

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