#A64E5C

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

Shades of Hippie Pink #A64E5C

Tints of Hippie Pink #A64E5C

Color information

#A64E5C (or 0xA64E5C) is unknown color: approx Hippie Pink. HEX triplet: A6, 4E and 5C. RGB value is (166,78,92). Sum of RGB (Red+Green+Blue) = 166+78+92=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E5C is #59B1A3. Grayscale: #696969. Windows color (decimal): -5878180 or 6049446. OLE color: 6049446.

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

Color convert

RGB1667892-
CMYK00.530.450.35
HSL350.45º36.07%47.84%-
HSV(B)350.45º53.01%65.1%-
XYZ20.3814.3311.82-
YUV105.91120.15170.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=49.40%
G=23.21%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166789200.530.450.35350.4536.0747.84
HexA64E5C0352D2315e2430
Octal24611613406555435364460
Binary10100110100111010111000110101101101100011101011110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E5C; }

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

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

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

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

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

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

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

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