#A44E48

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

Shades of Apple Blossom #A44E48

Tints of Apple Blossom #A44E48

Color information

#A44E48 (or 0xA44E48) is unknown color: approx Apple Blossom. HEX triplet: A4, 4E and 48. RGB value is (164,78,72). Sum of RGB (Red+Green+Blue) = 164+78+72=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E48 is #5BB1B7. Grayscale: #676767. Windows color (decimal): -6009272 or 4738724. OLE color: 4738724.

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

Color convert

RGB1647872-
CMYK00.520.560.36
HSL3.91º38.98%46.27%-
HSV(B)3.91º56.1%64.31%-
XYZ19.213.817.78-
YUV103.03110.49171.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=52.23%
G=24.84%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164787200.520.560.363.9138.9846.27
HexA44E4803438244272e
Octal244116110064704444756
Binary10100100100111010010000110100111000100100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E48; }

 p { color: rgb(164,78,72); }

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

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

 a { background-color: rgb(164,78,72); }

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

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

 span { border-color: rgb(164,78,72); }

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