#A64F4E

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

Shades of Apple Blossom #A64F4E

Tints of Apple Blossom #A64F4E

Color information

#A64F4E (or 0xA64F4E) is unknown color: approx Apple Blossom. HEX triplet: A6, 4F and 4E. RGB value is (166,79,78). Sum of RGB (Red+Green+Blue) = 166+79+78=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F4E is #59B0B1. Grayscale: #686868. Windows color (decimal): -5877938 or 5132198. OLE color: 5132198.

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

Color convert

RGB1667978-
CMYK00.520.530.35
HSL0.68º36.07%47.84%-
HSV(B)0.68º53.01%65.1%-
XYZ19.914.258.91-
YUV104.9112.82171.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=51.39%
G=24.46%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166797800.520.530.350.6836.0747.84
HexA64F4E034352312430
Octal246117116064654314460
Binary101001101001111100111001101001101011000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F4E; }

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

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

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

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

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

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

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

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