#A64F45

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

Shades of Apple Blossom #A64F45

Tints of Apple Blossom #A64F45

Color information

#A64F45 (or 0xA64F45) is unknown color: approx Apple Blossom. HEX triplet: A6, 4F and 45. RGB value is (166,79,69). Sum of RGB (Red+Green+Blue) = 166+79+69=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F45 is #59B0BA. Grayscale: #686868. Windows color (decimal): -5877947 or 4542374. OLE color: 4542374.

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

Color convert

RGB1667969-
CMYK00.520.580.35
HSL6.19º41.28%46.08%-
HSV(B)6.19º58.43%65.1%-
XYZ19.614.137.32-
YUV103.87108.32172.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=52.87%
G=25.16%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166796900.520.580.356.1941.2846.08
HexA64F450343A236292e
Octal246117105064724365156
Binary10100110100111110001010110100111010100011110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F45; }

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

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

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

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

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

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

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

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