#A84E64

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

Shades of Hippie Pink #A84E64

Tints of Hippie Pink #A84E64

Color information

#A84E64 (or 0xA84E64) is unknown color: approx Hippie Pink. HEX triplet: A8, 4E and 64. RGB value is (168,78,100). Sum of RGB (Red+Green+Blue) = 168+78+100=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E64 is #57B19B. Grayscale: #6B6B6B. Windows color (decimal): -5747100 or 6573736. OLE color: 6573736.

HSL color Cylindrical-coordinate representation of color #A84E64: hue angle of 345.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84E64 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16878100-
CMYK00.540.400.34
HSL345.33º36.59%48.24%-
HSV(B)345.33º53.57%65.88%-
XYZ21.1714.6913.78-
YUV107.42123.82171.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=48.55%
G=22.54%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687810000.540.400.34345.3336.5948.24
HexA84E6403628221592530
Octal25011614406650425314560
Binary10101000100111011001000110110101000100010101011001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E64; }

 p { color: rgb(168,78,100); }

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

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

 a { background-color: rgb(168,78,100); }

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

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

 span { border-color: rgb(168,78,100); }

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