#A64F48

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

Shades of Apple Blossom #A64F48

Tints of Apple Blossom #A64F48

Color information

#A64F48 (or 0xA64F48) is unknown color: approx Apple Blossom. HEX triplet: A6, 4F and 48. RGB value is (166,79,72). Sum of RGB (Red+Green+Blue) = 166+79+72=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F48 is #59B0B7. Grayscale: #686868. Windows color (decimal): -5877944 or 4738982. OLE color: 4738982.

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

Color convert

RGB1667972-
CMYK00.520.570.35
HSL4.47º39.5%46.67%-
HSV(B)4.47º56.63%65.1%-
XYZ19.6914.177.83-
YUV104.22109.82172.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=52.37%
G=24.92%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166797200.520.570.354.4739.546.67
HexA64F4803439234272f
Octal246117110064714344757
Binary10100110100111110010000110100111001100011100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F48; }

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

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

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

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

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

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

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

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