#A64E45

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

Shades of Apple Blossom #A64E45

Tints of Apple Blossom #A64E45

Color information

#A64E45 (or 0xA64E45) is unknown color: approx Apple Blossom. HEX triplet: A6, 4E and 45. RGB value is (166,78,69). Sum of RGB (Red+Green+Blue) = 166+78+69=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E45 is #59B1BA. Grayscale: #676767. Windows color (decimal): -5878203 or 4542118. OLE color: 4542118.

HSL color Cylindrical-coordinate representation of color #A64E45: hue angle of 5.57º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64E45 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1667869-
CMYK00.530.580.35
HSL5.57º41.28%46.08%-
HSV(B)5.57º58.43%65.1%-
XYZ19.5213.997.3-
YUV103.29108.65172.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=53.04%
G=24.92%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166786900.530.580.355.5741.2846.08
HexA64E450353A236292e
Octal246116105065724365156
Binary10100110100111010001010110101111010100011110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E45; }

 p { color: rgb(166,78,69); }

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

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

 a { background-color: rgb(166,78,69); }

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

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

 span { border-color: rgb(166,78,69); }

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