#A44E47

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

Shades of Apple Blossom #A44E47

Tints of Apple Blossom #A44E47

Color information

#A44E47 (or 0xA44E47) is unknown color: approx Apple Blossom. HEX triplet: A4, 4E and 47. RGB value is (164,78,71). Sum of RGB (Red+Green+Blue) = 164+78+71=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E47 is #5BB1B8. Grayscale: #676767. Windows color (decimal): -6009273 or 4673188. OLE color: 4673188.

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

Color convert

RGB1647871-
CMYK00.520.570.36
HSL4.52º39.57%46.08%-
HSV(B)4.52º56.71%64.31%-
XYZ19.1713.87.61-
YUV102.92109.99171.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=52.40%
G=24.92%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164787100.520.570.364.5239.5746.08
HexA44E4703439245282e
Octal244116107064714455056
Binary10100100100111010001110110100111001100100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E47; }

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

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

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

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

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

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

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

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