#A64F69

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

Shades of Blush #A64F69

Tints of Blush #A64F69

Color information

#A64F69 (or 0xA64F69) is unknown color: approx Blush. HEX triplet: A6, 4F and 69. RGB value is (166,79,105). Sum of RGB (Red+Green+Blue) = 166+79+105=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F69 is #59B096. Grayscale: #6B6B6B. Windows color (decimal): -5877911 or 6901670. OLE color: 6901670.

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

Color convert

RGB16679105-
CMYK00.520.370.35
HSL342.07º35.51%48.04%-
HSV(B)342.07º52.41%65.1%-
XYZ21.0714.7215.1-
YUV107.98126.32169.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 79 (31.25% from 255) = 22.57%
BLUE value IS 105 (41.41% from 255) = 30%
R=47.43%
G=22.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667910500.520.370.35342.0735.5148.04
HexA64F6903425231562430
Octal24611715106445435264460
Binary10100110100111111010010110100100101100011101010110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F69; }

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

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

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

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

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

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

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

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