#A64E47

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

Shades of Apple Blossom #A64E47

Tints of Apple Blossom #A64E47

Color information

#A64E47 (or 0xA64E47) is unknown color: approx Apple Blossom. HEX triplet: A6, 4E and 47. RGB value is (166,78,71). Sum of RGB (Red+Green+Blue) = 166+78+71=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E47 is #59B1B8. Grayscale: #676767. Windows color (decimal): -5878201 or 4673190. OLE color: 4673190.

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

Color convert

RGB1667871-
CMYK00.530.570.35
HSL4.42º40.08%46.47%-
HSV(B)4.42º57.23%65.1%-
XYZ19.5914.017.63-
YUV103.51109.65172.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=52.70%
G=24.76%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166787100.530.570.354.4240.0846.47
HexA64E4703539234282e
Octal246116107065714345056
Binary10100110100111010001110110101111001100011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E47; }

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

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

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

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

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

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

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

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