#A64E46

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

Shades of Apple Blossom #A64E46

Tints of Apple Blossom #A64E46

Color information

#A64E46 (or 0xA64E46) is unknown color: approx Apple Blossom. HEX triplet: A6, 4E and 46. RGB value is (166,78,70). Sum of RGB (Red+Green+Blue) = 166+78+70=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E46 is #59B1B9. Grayscale: #676767. Windows color (decimal): -5878202 or 4607654. OLE color: 4607654.

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

Color convert

RGB1667870-
CMYK00.530.580.35
HSL40.68%46.27%-
HSV(B)57.83%65.1%-
XYZ19.56147.47-
YUV103.4109.15172.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=52.87%
G=24.84%
B=22.29%

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
Decimal166787000.530.580.35540.6846.27
HexA64E460353A235292e
Octal246116106065724355156
Binary10100110100111010001100110101111010100011101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E46; }

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

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

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

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

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

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

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

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